Home
last modified time | relevance | path

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 DPipSurfaceTransactionHelper.java217 Rect fromBounds, Rect toBounds) { in round() argument
218 final float scale = (float) (Math.hypot(fromBounds.width(), fromBounds.height()) in round()
H A DPipTaskOrganizer.java1350 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 DPipSurfaceTransactionHelper.java151 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 DDisplayCutout.java941 public static DisplayCutout fromBounds(Rect[] bounds) { in fromBounds() method in DisplayCutout
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java4581 final Rect fromBounds = fromActivity.getBounds(); in transferStartingWindowFromHiddenAboveTokenIfNeeded()
4583 if (!fromBounds.equals(myBounds)) { in transferStartingWindowFromHiddenAboveTokenIfNeeded()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59768 Landroid/view/DisplayCutout;->fromBounds(Landroid/graphics/Path;)Landroid/view/DisplayCutout;