Searched defs:oldRotation (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/wm/utils/ |
| D | CoordinateTransforms.java | 106 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/ |
| D | SeamlessRotator.java | 58 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
|
| D | DisplayRotation.java | 448 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
|
| D | DisplayContent.java | 1717 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()
|
| D | WindowState.java | 746 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| D | ScreenDecorations.java | 574 int oldRotation = mRotation; in onConfigurationChanged() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | NavigationBarFragment.java | 695 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|