Home
last modified time | relevance | path

Searched defs:rotateBounds (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/util/
H A DRotationUtils.java83 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 DExtensionHelper.java63 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 DDisplayContentTests.java1997 final Rect rotateBounds = new Rect(initBounds); in testRotateBounds_keepSamePhysicalPosition() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java3177 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 DInputManagerService.java571 private static void rotateBounds(Rect inOutBounds, int parentW, int parentH, int delta) { in rotateBounds() method in InputManagerService