Home
last modified time | relevance | path

Searched defs:inOutBounds (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DRotationUtils.java87 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 DTaskLaunchParamsModifier.java596 @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 DLaunchParamsUtil.java58 @NonNull Rect inOutBounds) { in centerBounds()
138 @NonNull Rect inOutBounds) { in adjustBoundsToFitInDisplayArea()
H A DTaskFragment.java2341 Rect inOutBounds, Rect intersectBounds, Rect intersectInsets) { in intersectWithInsetsIfFits()
H A DDisplayContent.java3430 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 DTaskContainer.java390 void translateAbsoluteBoundsToRelativeBounds(@NonNull Rect inOutBounds) { in translateAbsoluteBoundsToRelativeBounds()