Searched defs:rotateBounds (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 83 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds() method in RotationUtils 96 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int rotation) { in rotateBounds() method in RotationUtils
|
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/util/ |
H A D | ExtensionHelper.java | 63 private static void rotateBounds(Rect inOutRect, int parentWidth, int parentHeight, in rotateBounds() method in ExtensionHelper
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayContentTests.java | 1997 final Rect rotateBounds = new Rect(initBounds); in testRotateBounds_keepSamePhysicalPosition() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayContent.java | 3177 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds() method in DisplayContent
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 571 private static void rotateBounds(Rect inOutBounds, int parentW, int parentH, int delta) { in rotateBounds() method in InputManagerService
|