Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
DSidecarHelper.java57 private static void rotateBounds(Rect inOutRect, int parentWidth, int parentHeight, in rotateBounds() method in SidecarHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java250 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, int delta) { in rotateBounds() method in DisplayLayout
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2860 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds() method in DisplayContent
2865 void rotateBounds(Rect parentBounds, int oldRotation, int newRotation, Rect bounds) { in rotateBounds() method in DisplayContent