Home
last modified time | relevance | path

Searched refs:fromBounds (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/
DClockSizeTransition.kt92 fromBounds: Rect, in <lambda>()
114 val fromBounds = startValues.values[PROP_BOUNDS] as Rect in <lambda>() constant
131 mutateBounds(toView, fromIsVis, toIsVis, fromBounds, toBounds, fromSSBounds, toSSBounds) in <lambda>()
132 if (fromIsVis == toIsVis && fromBounds.equals(toBounds)) { in <lambda>()
139 "bounds: $fromBounds -> $toBounds; " in <lambda>()
150 lerp(fromBounds.left, toBounds.left, fract), in <lambda>()
151 lerp(fromBounds.top, toBounds.top, fract), in <lambda>()
152 lerp(fromBounds.right, toBounds.right, fract), in <lambda>()
153 lerp(fromBounds.bottom, toBounds.bottom, fract) in <lambda>()
176 "bounds: $fromBounds -> $toBounds; " in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
DPipSurfaceTransactionHelper.java156 private float getScaledCornerRadius(Rect fromBounds, Rect toBounds) { in getScaledCornerRadius() argument
157 final float scale = (float) (Math.hypot(fromBounds.width(), fromBounds.height()) in getScaledCornerRadius()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java240 Rect fromBounds, Rect toBounds) { in round() argument
241 final float scale = (float) (Math.hypot(fromBounds.width(), fromBounds.height()) in round()
DPipTaskOrganizer.java1447 public void scheduleAnimateResizePip(Rect fromBounds, Rect toBounds, int duration, in scheduleAnimateResizePip() argument
1456 scheduleAnimateResizePip(fromBounds, toBounds, duration, startingAngle, in scheduleAnimateResizePip()
1460 private void scheduleAnimateResizePip(Rect fromBounds, Rect toBounds, int duration, in scheduleAnimateResizePip() argument
1467 scheduleAnimateResizePip(fromBounds, toBounds, startingAngle, null /* sourceHintRect */, in scheduleAnimateResizePip()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/
DPipSurfaceTransactionHelper.java237 Rect fromBounds, Rect toBounds) { in round() argument
238 final float scale = (float) (Math.hypot(fromBounds.width(), fromBounds.height()) in round()
/frameworks/base/core/java/android/view/
DDisplayCutout.java1039 public static DisplayCutout fromBounds(Rect[] bounds) { in fromBounds() method in DisplayCutout
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java9398 final Rect fromBounds = fromFragment.getBounds(); in moveFocusToAdjacentWindow() local
9402 if (adjacentBounds.left >= fromBounds.left) { in moveFocusToAdjacentWindow()
9407 if (adjacentBounds.top >= fromBounds.top) { in moveFocusToAdjacentWindow()
9412 if (adjacentBounds.right <= fromBounds.right) { in moveFocusToAdjacentWindow()
9417 if (adjacentBounds.bottom <= fromBounds.bottom) { in moveFocusToAdjacentWindow()
DActivityRecord.java4794 final Rect fromBounds = fromActivity.getBounds(); in transferStartingWindowFromHiddenAboveTokenIfNeeded()
4796 if (!fromBounds.equals(myBounds)) { in transferStartingWindowFromHiddenAboveTokenIfNeeded()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59125 Landroid/view/DisplayCutout;->fromBounds(Landroid/graphics/Path;)Landroid/view/DisplayCutout;