Searched defs:rotateBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | RotationUtils.java | 86 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds() method in RotationUtils 98 public static void rotateBounds(Rect inOutBounds, int parentWidth, int parentHeight, in rotateBounds() method in RotationUtils 133 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int rotation) { in rotateBounds() method in RotationUtils
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/util/ |
D | ExtensionHelper.java | 65 private static void rotateBounds(Rect inOutRect, int parentWidth, int parentHeight, in rotateBounds() method in ExtensionHelper
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayContentTests.java | 2300 final Rect rotateBounds = new Rect(initBounds); in testRotateBounds_keepSamePhysicalPosition() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 3333 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds() method in DisplayContent
|