Searched defs:rotationDelta (Results 1 – 10 of 10) 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 | 448 int rotationDelta = deltaRotation(startRotation, endRotation); in handleRotateDisplay() local 825 final int rotationDelta; in startExitAnimation() local 912 final int rotationDelta, @Nullable SurfaceControl.Transaction startTransaction) { in startExpandAnimation() 1094 int rotationDelta = deltaRotation(startRotation, endRotation); in startEnterAnimation() local 1201 private void computeEnterPipRotatedBounds(int rotationDelta, int startRotation, int endRotation, in computeEnterPipRotatedBounds()
|
| D | PipAnimationController.java | 164 @Surface.Rotation int rotationDelta, boolean alwaysAnimateTaskBounds) { in getAnimator() 596 @Surface.Rotation int rotationDelta, boolean alwaysAnimateTaskBounds) { in ofBounds()
|
| D | PipTaskOrganizer.java | 1899 final int rotationDelta = mWaitForFixedRotation in animateResizePip() local 1965 private @Nullable Rect computeRotatedBounds(int rotationDelta, int direction, in computeRotatedBounds()
|
| /frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
| D | DisplayLayout.java | 240 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 | 519 final int rotationDelta = (newRotation - mRotation + 4) % 4; in rotateTo() local
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | DisplayContent.java | 5094 final int rotationDelta = deltaRotation(currentRotation, rotation); in getBounds() local
|