Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/utils/
DCoordinateTransforms.java106 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation()
128 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation()
/frameworks/base/services/core/java/com/android/server/wm/
DSeamlessRotator.java58 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
DDisplayRotation.java448 final int oldRotation = mRotation; in updateRotationUnchecked() local
589 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly()
1042 final int oldRotation = mRotation; in needsUpdate() local
DDisplayContent.java1717 private void applyRotation(final int oldRotation, final int rotation) { in applyRotation()
2860 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds()
2865 void rotateBounds(Rect parentBounds, int oldRotation, int newRotation, Rect bounds) { in rotateBounds()
2877 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
5396 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
DWindowState.java746 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java574 int oldRotation = mRotation; in onConfigurationChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFragment.java695 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()