Home
last modified time | relevance | path

Searched defs:oldRotation (Results 1 – 11 of 11) 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/core/java/android/util/
DRotationUtils.java86 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds()
139 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.java527 final int oldRotation = mRotation; in updateRotationUnchecked() local
690 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly()
736 boolean canRotateSeamlessly(int oldRotation, int newRotation) { in canRotateSeamlessly()
1135 final int oldRotation = mRotation; in needsUpdate() local
DPinnedTaskController.java242 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
DDisplayContent.java2104 private void applyRotation(final int oldRotation, final int rotation) { in applyRotation()
3333 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds()
6162 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
DWindowState.java885 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
DPreviewPositionHelper.java186 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java454 final int oldRotation = mRotation; in onRotate() local
491 @Surface.Rotation int oldRotation) { in getDegreeFromRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java981 int oldRotation = mRotation; in onConfigurationChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java1007 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()