Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
DPipSurfaceTransactionHelper.java134 private float getScaledCornerRadius(Rect fromBounds, Rect toBounds) { in getScaledCornerRadius() argument
135 final float scale = (float) (Math.hypot(fromBounds.width(), fromBounds.height()) in getScaledCornerRadius()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java193 Rect fromBounds, Rect toBounds) { in round() argument
194 final float scale = (float) (Math.hypot(fromBounds.width(), fromBounds.height()) in round()
DPipTaskOrganizer.java991 public void scheduleAnimateResizePip(Rect fromBounds, Rect toBounds, int duration, in scheduleAnimateResizePip() argument
997 scheduleAnimateResizePip(fromBounds, toBounds, startingAngle, null /* sourceHintRect */, in scheduleAnimateResizePip()
/frameworks/base/core/java/android/view/
DDisplayCutout.java870 public static DisplayCutout fromBounds(Rect[] bounds) { in fromBounds() method in DisplayCutout
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63091 Landroid/view/DisplayCutout;->fromBounds(Landroid/graphics/Path;)Landroid/view/DisplayCutout;