Searched refs:fromBounds (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipSurfaceTransactionHelper.java | 217 Rect fromBounds, Rect toBounds) { in round() argument 218 final float scale = (float) (Math.hypot(fromBounds.width(), fromBounds.height()) in round()
|
H A D | PipTaskOrganizer.java | 1350 public void scheduleAnimateResizePip(Rect fromBounds, Rect toBounds, int duration, in scheduleAnimateResizePip() argument 1359 scheduleAnimateResizePip(fromBounds, toBounds, duration, startingAngle, in scheduleAnimateResizePip() 1363 private void scheduleAnimateResizePip(Rect fromBounds, Rect toBounds, int duration, in scheduleAnimateResizePip() argument 1370 scheduleAnimateResizePip(fromBounds, toBounds, startingAngle, null /* sourceHintRect */, in scheduleAnimateResizePip()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/ |
H A D | PipSurfaceTransactionHelper.java | 151 private float getScaledCornerRadius(Rect fromBounds, Rect toBounds) { in getScaledCornerRadius() argument 152 final float scale = (float) (Math.hypot(fromBounds.width(), fromBounds.height()) in getScaledCornerRadius()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | DisplayCutout.java | 941 public static DisplayCutout fromBounds(Rect[] bounds) { in fromBounds() method in DisplayCutout
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityRecord.java | 4581 final Rect fromBounds = fromActivity.getBounds(); in transferStartingWindowFromHiddenAboveTokenIfNeeded() 4583 if (!fromBounds.equals(myBounds)) { in transferStartingWindowFromHiddenAboveTokenIfNeeded()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 59768 Landroid/view/DisplayCutout;->fromBounds(Landroid/graphics/Path;)Landroid/view/DisplayCutout;
|