Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DCoordinateTransforms.java104 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 DRotationUtils.java87 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 DSeamlessRotator.java54 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
H A DDisplayRotation.java556 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 DPinnedTaskController.java242 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
H A DDisplayContent.java2174 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 DWindowState.java855 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DPreviewPositionHelper.java186 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java547 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 DNavigationBar.java1026 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()