Home
last modified time | relevance | path

Searched defs:inOutBounds (Results 1 – 6 of 6) 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()
96 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int rotation) { in rotateBounds()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskLaunchParamsModifier.java543 @NonNull ActivityInfo.WindowLayout windowLayout, @NonNull Rect inOutBounds) { in getLayoutBounds()
694 @NonNull Rect inOutBounds) { in getTaskBounds()
860 @NonNull Rect inOutBounds) { in centerBounds()
870 @NonNull Rect inOutBounds) { in adjustBoundsToFitInDisplayArea()
926 @NonNull Rect inOutBounds) { in adjustBoundsToAvoidConflictInDisplayArea()
937 adjustBoundsToAvoidConflict(displayArea.getBounds(), taskBoundsToCheck, inOutBounds); in adjustBoundsToAvoidConflictInDisplayArea() local
955 @NonNull Rect inOutBounds) { in adjustBoundsToAvoidConflict()
H A DTaskFragment.java2057 Rect inOutBounds, Rect intersectBounds, Rect intersectInsets) { in intersectWithInsetsIfFits()
H A DDisplayContent.java3177 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds()
H A DWindowManagerService.java7041 void intersectDisplayInsetBounds(Rect display, Rect insets, Rect inOutBounds) { in intersectDisplayInsetBounds()
/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()