Searched defs:oldRotation (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/utils/ |
D | CoordinateTransforms.java | 104 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation() 126 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation()
|
/frameworks/base/core/java/android/util/ |
D | RotationUtils.java | 88 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds() 141 public static int deltaRotation(@Rotation int oldRotation, @Rotation int newRotation) { in deltaRotation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SeamlessRotator.java | 54 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
|
D | DisplayRotation.java | 547 final int oldRotation = mRotation; in updateRotationUnchecked() local 659 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly() 698 boolean canRotateSeamlessly(int oldRotation, int newRotation) { in canRotateSeamlessly() 1021 final int oldRotation = mRotation; in needsUpdate() local
|
D | DisplayContent.java | 2239 private void applyRotation(final int oldRotation, final int rotation) { in applyRotation() 3521 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds() 6349 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
D | PreviewPositionHelper.java | 177 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnificationController.java | 583 final int oldRotation = mRotation; in onRotate() local 620 @Surface.Rotation int oldRotation) { in getDegreeFromRotation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 1111 int oldRotation = mRotation; in onConfigChanged() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/ |
D | NavigationBar.java | 1092 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|