Searched defs:rotateBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | RotationUtils.java | 88 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds() method in RotationUtils 100 public static void rotateBounds(Rect inOutBounds, int parentWidth, int parentHeight, in rotateBounds() method in RotationUtils 135 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int rotation) { in rotateBounds() method in RotationUtils
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayContentTests.java | 2502 final Rect rotateBounds = new Rect(initBounds); in testRotateBounds_keepSamePhysicalPosition() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 3455 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds() method in DisplayContent
|