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 D | InsetUtilsTest.java | 67 private static Rect rotateCopy(Rect insets, int rotationDelta) { in rotateCopy()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | InsetUtils.java | 40 public static void rotateInsets(Rect inOutInsets, int rotationDelta) { in rotateInsets()
|
H A D | CoordinateTransforms.java | 139 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 D | CounterRotatorHelper.java | 48 final int rotationDelta = RotationUtils.deltaRotation( in handleClosingChanges() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTransition.java | 335 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 D | PipAnimationController.java | 175 @Surface.Rotation int rotationDelta) { in getAnimator() 588 @Surface.Rotation int rotationDelta) { in ofBounds()
|
H A D | PipTaskOrganizer.java | 1714 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 D | PinnedTaskController.java | 288 final int rotationDelta = RotationUtils.deltaRotation(oldRotation, newRotation); in startSeamlessRotationIfNeeded() local
|
H A D | DisplayContent.java | 5053 final int rotationDelta = deltaRotation(currentRotation, rotation); in getBounds() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayLayout.java | 233 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 D | SplitLayout.java | 331 final int rotationDelta = (newRotation - mRotation + 4) % 4; in rotateTo() local
|