Searched defs:fromBounds (Results 1 – 7 of 7) sorted by relevance
114 val fromBounds = startValues.values[PROP_BOUNDS] as Rect in <lambda>() constant
156 private float getScaledCornerRadius(Rect fromBounds, Rect toBounds) { in getScaledCornerRadius()
237 Rect fromBounds, Rect toBounds) { in round()
240 Rect fromBounds, Rect toBounds) { in round()
1447 public void scheduleAnimateResizePip(Rect fromBounds, Rect toBounds, int duration, in scheduleAnimateResizePip()1460 private void scheduleAnimateResizePip(Rect fromBounds, Rect toBounds, int duration, in scheduleAnimateResizePip()
1039 public static DisplayCutout fromBounds(Rect[] bounds) { in fromBounds() method in DisplayCutout
9398 final Rect fromBounds = fromFragment.getBounds(); in moveFocusToAdjacentWindow() local