Searched defs:oldRotation (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 83 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds() 124 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | CoordinateTransforms.java | 106 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation() 128 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SeamlessRotator.java | 55 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
|
H A D | DisplayRotation.java | 466 final int oldRotation = mRotation; in updateRotationUnchecked() local 659 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly() 1100 final int oldRotation = mRotation; in needsUpdate() local
|
H A D | PinnedTaskController.java | 243 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
|
H A D | DisplayContent.java | 1950 private void applyRotation(final int oldRotation, final int rotation) { in applyRotation() 3177 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds() 5848 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
|
H A D | WindowState.java | 929 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/ |
H A D | RotationHelper.java | 210 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationController.java | 366 final int oldRotation = mRotation; in onRotate() local 409 @Surface.Rotation int oldRotation) { in getDegreeFromRotation()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskThumbnailView.java | 613 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBar.java | 860 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|