/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/transitions/ |
D | ClockSizeTransition.kt | 92 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/ |
D | PipSurfaceTransactionHelper.java | 156 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/ |
D | PipSurfaceTransactionHelper.java | 240 Rect fromBounds, Rect toBounds) { in round() argument 241 final float scale = (float) (Math.hypot(fromBounds.width(), fromBounds.height()) in round()
|
D | PipTaskOrganizer.java | 1447 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/ |
D | PipSurfaceTransactionHelper.java | 237 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/ |
D | DisplayCutout.java | 1039 public static DisplayCutout fromBounds(Rect[] bounds) { in fromBounds() method in DisplayCutout
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 9398 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()
|
D | ActivityRecord.java | 4794 final Rect fromBounds = fromActivity.getBounds(); in transferStartingWindowFromHiddenAboveTokenIfNeeded() 4796 if (!fromBounds.equals(myBounds)) { in transferStartingWindowFromHiddenAboveTokenIfNeeded()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 59125 Landroid/view/DisplayCutout;->fromBounds(Landroid/graphics/Path;)Landroid/view/DisplayCutout;
|