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 | 48 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info) { in SeamlessRotator()
|
D | DisplayContent.java | 1199 final int oldRotation = getRotation(); in rotationNeedsUpdate() local 1401 final int oldRotation = mRotation; in updateRotationUnchecked() local 1483 void applyRotationLocked(final int oldRotation, final int rotation) { in applyRotationLocked() 2714 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds() 2719 void rotateBounds(Rect parentBounds, int oldRotation, int newRotation, Rect bounds) { in rotateBounds() 2731 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|
D | DisplayPolicy.java | 3525 boolean shouldRotateSeamlessly(DisplayRotation displayRotation, int oldRotation, in shouldRotateSeamlessly()
|
D | WindowState.java | 618 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | AppWindowTokenTests.java | 214 int oldRotation = mDisplayContent.getRotation(); in performRotation() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 472 int oldRotation = mRotation; in onConfigurationChanged() local
|