Home
last modified time | relevance | path

Searched defs:oldRotation (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/core/java/android/util/
H A DRotationUtils.java83 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 DCoordinateTransforms.java106 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 DSeamlessRotator.java55 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
H A DDisplayRotation.java466 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 DPinnedTaskController.java243 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
H A DDisplayContent.java1950 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 DWindowState.java929 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DRotationHelper.java210 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java366 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 DTaskThumbnailView.java613 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java860 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()