Searched defs:oldRotation (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | CoordinateTransforms.java | 104 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation() 126 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 87 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds() 140 public static int deltaRotation(@Rotation int oldRotation, @Rotation int newRotation) { in deltaRotation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SeamlessRotator.java | 54 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
|
H A D | DisplayRotation.java | 556 final int oldRotation = mRotation; in updateRotationUnchecked() local 731 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly() 777 boolean canRotateSeamlessly(int oldRotation, int newRotation) { in canRotateSeamlessly() 1180 final int oldRotation = mRotation; in needsUpdate() local
|
H A D | PinnedTaskController.java | 242 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
|
H A D | DisplayContent.java | 2174 private void applyRotation(final int oldRotation, final int rotation) { in applyRotation() 3430 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds() 6302 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
|
H A D | WindowState.java | 855 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
H A D | PreviewPositionHelper.java | 186 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationController.java | 547 final int oldRotation = mRotation; in onRotate() local 584 @Surface.Rotation int oldRotation) { in getDegreeFromRotation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBar.java | 1026 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|