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.java48 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info) { in SeamlessRotator()
DDisplayContent.java1199 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()
DDisplayPolicy.java3525 boolean shouldRotateSeamlessly(DisplayRotation displayRotation, int oldRotation, in shouldRotateSeamlessly()
DWindowState.java618 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppWindowTokenTests.java214 int oldRotation = mDisplayContent.getRotation(); in performRotation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java472 int oldRotation = mRotation; in onConfigurationChanged() local