Searched defs:inOutBounds (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 83 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 D | TaskLaunchParamsModifier.java | 543 @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 D | TaskFragment.java | 2057 Rect inOutBounds, Rect intersectBounds, Rect intersectInsets) { in intersectWithInsetsIfFits()
|
H A D | DisplayContent.java | 3177 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds()
|
H A D | WindowManagerService.java | 7041 void intersectDisplayInsetBounds(Rect display, Rect insets, Rect inOutBounds) { in intersectDisplayInsetBounds()
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 571 private static void rotateBounds(Rect inOutBounds, int parentW, int parentH, int delta) { in rotateBounds()
|