Home
last modified time | relevance | path

Searched refs:origLeft (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/util/
H A DExtensionHelper.java65 int origLeft = inOutRect.left; in rotateBounds() local
73 inOutRect.bottom = parentWidth - origLeft; in rotateBounds()
77 inOutRect.right = parentWidth - origLeft; in rotateBounds()
83 inOutRect.top = origLeft; in rotateBounds()
/aosp12/frameworks/base/core/java/android/util/
H A DRotationUtils.java97 final int origLeft = inOutBounds.left; in rotateBounds() local
106 inOutBounds.bottom = parentBounds.right - origLeft; in rotateBounds()
110 inOutBounds.right = parentBounds.right - origLeft; in rotateBounds()
118 inOutBounds.top = origLeft; in rotateBounds()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java812 int origLeft = inOutBounds.left;
820 inOutBounds.bottom = parentWidth - origLeft;
824 inOutBounds.right = parentWidth - origLeft;
830 inOutBounds.top = origLeft;
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java573 int origLeft = inOutBounds.left; in rotateBounds() local
581 inOutBounds.bottom = parentW - origLeft; in rotateBounds()
585 inOutBounds.right = parentW - origLeft; in rotateBounds()
591 inOutBounds.top = origLeft; in rotateBounds()