Searched defs:rotationDelta (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
D | InsetUtilsTest.java | 67 private static Rect rotateCopy(Rect insets, int rotationDelta) { in rotateCopy()
|
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | InsetUtils.java | 40 public static void rotateInsets(Rect inOutInsets, int rotationDelta) { in rotateInsets()
|
D | CoordinateTransforms.java | 139 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/ |
D | CounterRotatorHelper.java | 48 final int rotationDelta = RotationUtils.deltaRotation( in handleClosingChanges() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipTransition.java | 398 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()
|
D | PipAnimationController.java | 176 @Surface.Rotation int rotationDelta) { in getAnimator() 589 @Surface.Rotation int rotationDelta) { in ofBounds()
|
D | PipTaskOrganizer.java | 1811 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/ |
D | PinnedTaskController.java | 288 final int rotationDelta = RotationUtils.deltaRotation(oldRotation, newRotation); in startSeamlessRotationIfNeeded() local
|
D | DisplayContent.java | 5094 final int rotationDelta = deltaRotation(currentRotation, rotation); in getBounds() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | DisplayLayout.java | 227 final int rotationDelta = (toRotation - fromRotation + 4) % 4; in rotateTo() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | SplitLayout.java | 353 final int rotationDelta = (newRotation - mRotation + 4) % 4; in rotateTo() local
|