Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DInsetUtilsTest.java67 private static Rect rotateCopy(Rect insets, int rotationDelta) { in rotateCopy()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DInsetUtils.java40 public static void rotateInsets(Rect inOutInsets, int rotationDelta) { in rotateInsets()
DCoordinateTransforms.java139 public static void computeRotationMatrix(int rotationDelta, int w, int h, Matrix outMatrix) { in computeRotationMatrix()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DCounterRotatorHelper.java48 final int rotationDelta = RotationUtils.deltaRotation( in handleClosingChanges() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java398 int rotationDelta = deltaRotation(startRotation, endRotation); in handleRotateDisplay() local
759 final int rotationDelta; in startExitAnimation() local
842 final int rotationDelta, @Nullable SurfaceControl.Transaction startTransaction) { in startExpandAnimation()
1006 int rotationDelta = deltaRotation(startRotation, endRotation); in startEnterAnimation() local
1111 private void computeEnterPipRotatedBounds(int rotationDelta, int startRotation, int endRotation, in computeEnterPipRotatedBounds()
DPipAnimationController.java176 @Surface.Rotation int rotationDelta) { in getAnimator()
589 @Surface.Rotation int rotationDelta) { in ofBounds()
DPipTaskOrganizer.java1811 final int rotationDelta = mWaitForFixedRotation in animateResizePip() local
1875 private @Nullable Rect computeRotatedBounds(int rotationDelta, int direction, in computeRotatedBounds()
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedTaskController.java288 final int rotationDelta = RotationUtils.deltaRotation(oldRotation, newRotation); in startSeamlessRotationIfNeeded() local
DDisplayContent.java5094 final int rotationDelta = deltaRotation(currentRotation, rotation); in getBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java227 final int rotationDelta = (toRotation - fromRotation + 4) % 4; in rotateTo() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java353 final int rotationDelta = (newRotation - mRotation + 4) % 4; in rotateTo() local