Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/utils/
DCoordinateTransforms.java104 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/
DRotationUtils.java88 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/
DSeamlessRotator.java54 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
DDisplayRotation.java547 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
DDisplayContent.java2239 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/
DPreviewPositionHelper.java177 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java583 final int oldRotation = mRotation; in onRotate() local
620 @Surface.Rotation int oldRotation) { in getDegreeFromRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1111 int oldRotation = mRotation; in onConfigChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/
DNavigationBar.java1092 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()