Searched defs:inOutBounds (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 87 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds() 99 public static void rotateBounds(Rect inOutBounds, int parentWidth, int parentHeight, in rotateBounds() 134 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int rotation) { in rotateBounds()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskLaunchParamsModifier.java | 596 @NonNull ActivityInfo.WindowLayout windowLayout, @NonNull Rect inOutBounds) { in getLayoutBounds() 747 @NonNull Rect inOutBounds) { in getTaskBounds() 841 @NonNull Rect inOutBounds) { in adjustBoundsToFitInDisplayArea() 861 @NonNull Rect inOutBounds) { in adjustBoundsToAvoidConflictInDisplayArea() 872 adjustBoundsToAvoidConflict(displayArea.getBounds(), taskBoundsToCheck, inOutBounds); in adjustBoundsToAvoidConflictInDisplayArea() local 890 @NonNull Rect inOutBounds) { in adjustBoundsToAvoidConflict()
|
H A D | LaunchParamsUtil.java | 58 @NonNull Rect inOutBounds) { in centerBounds() 138 @NonNull Rect inOutBounds) { in adjustBoundsToFitInDisplayArea()
|
H A D | TaskFragment.java | 2341 Rect inOutBounds, Rect intersectBounds, Rect intersectInsets) { in intersectWithInsetsIfFits()
|
H A D | DisplayContent.java | 3430 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds()
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskContainer.java | 390 void translateAbsoluteBoundsToRelativeBounds(@NonNull Rect inOutBounds) { in translateAbsoluteBoundsToRelativeBounds()
|