Home
last modified time | relevance | path

Searched defs:rotationDelta (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
H A DInsetUtilsTest.java67 private static Rect rotateCopy(Rect insets, int rotationDelta) { in rotateCopy()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DInsetUtils.java40 public static void rotateInsets(Rect inOutInsets, int rotationDelta) { in rotateInsets()
H A DCoordinateTransforms.java139 public static void computeRotationMatrix(int rotationDelta, int w, int h, Matrix outMatrix) { in computeRotationMatrix()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DCounterRotatorHelper.java48 final int rotationDelta = RotationUtils.deltaRotation( in handleClosingChanges() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java335 int rotationDelta = deltaRotation(startRotation, endRotation); in handleRotateDisplay() local
653 final int rotationDelta; in startExitAnimation() local
736 final int rotationDelta, @Nullable SurfaceControl.Transaction startTransaction) { in startExpandAnimation()
877 int rotationDelta = deltaRotation(startRotation, endRotation); in startEnterAnimation() local
962 private void computeEnterPipRotatedBounds(int rotationDelta, int startRotation, int endRotation, in computeEnterPipRotatedBounds()
H A DPipAnimationController.java175 @Surface.Rotation int rotationDelta) { in getAnimator()
588 @Surface.Rotation int rotationDelta) { in ofBounds()
H A DPipTaskOrganizer.java1714 final int rotationDelta = mWaitForFixedRotation in animateResizePip() local
1777 private @Nullable Rect computeRotatedBounds(int rotationDelta, int direction, in computeRotatedBounds()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedTaskController.java288 final int rotationDelta = RotationUtils.deltaRotation(oldRotation, newRotation); in startSeamlessRotationIfNeeded() local
H A DDisplayContent.java5053 final int rotationDelta = deltaRotation(currentRotation, rotation); in getBounds() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayLayout.java233 final int rotationDelta = (targetRotation - mRotation + 4) % 4; in rotateTo() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java331 final int rotationDelta = (newRotation - mRotation + 4) % 4; in rotateTo() local