Searched refs:inOutRect (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/util/ |
D | ExtensionHelper.java | 54 int displayId, @Surface.Rotation int rotation, @NonNull Rect inOutRect) { in rotateRectToDisplayRotation() argument 58 rotateRectToDisplayRotation(displayInfo, rotation, inOutRect); in rotateRectToDisplayRotation() 67 @Surface.Rotation int rotation, @NonNull Rect inOutRect) { in rotateRectToDisplayRotation() argument 78 inOutRect.intersect(0, 0, baseDisplayWidth, baseDisplayHeight); in rotateRectToDisplayRotation() 80 RotationUtils.rotateBounds(inOutRect, baseDisplayWidth, baseDisplayHeight, rotation); in rotateRectToDisplayRotation() 85 Rect inOutRect) { in transformToWindowSpaceRect() argument 86 transformToWindowSpaceRect(getWindowBounds(context), inOutRect); in transformToWindowSpaceRect() local 91 Rect inOutRect) { in transformToWindowSpaceRect() argument 92 transformToWindowSpaceRect(windowConfiguration.getBounds(), inOutRect); in transformToWindowSpaceRect() local 95 private static void transformToWindowSpaceRect(@NonNull Rect bounds, @NonNull Rect inOutRect) { in transformToWindowSpaceRect() argument [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 2735 private void adjustRegionInFreefromWindowMode(Rect inOutRect) { in adjustRegionInFreefromWindowMode() argument 2745 inOutRect.inset(-delta, -delta); in adjustRegionInFreefromWindowMode()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 9497 void applyViewBoundsSandboxingIfNeeded(final Rect inOutRect) { in applyViewBoundsSandboxingIfNeeded() argument 9500 inOutRect.offset(-bounds.left, -bounds.top); in applyViewBoundsSandboxingIfNeeded()
|