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.java104 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation()
126 public static void transformToRotation(@Rotation int oldRotation, in transformToRotation()
/frameworks/base/core/java/android/util/
DRotationUtils.java88 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int oldRotation, in rotateBounds()
141 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.java569 final int oldRotation = mRotation; in updateRotationUnchecked() local
748 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly()
794 boolean canRotateSeamlessly(int oldRotation, int newRotation) { in canRotateSeamlessly()
1212 final int oldRotation = mRotation; in needsUpdate() local
DPinnedTaskController.java242 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
DDisplayContent.java2206 private void applyRotation(final int oldRotation, final int rotation) { in applyRotation()
3455 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds()
6408 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
DWindowState.java878 void seamlesslyRotateIfAllowed(Transaction transaction, @Rotation int oldRotation, in seamlesslyRotateIfAllowed()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
DPreviewPositionHelper.java185 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java626 final int oldRotation = mRotation; in onRotate() local
663 @Surface.Rotation int oldRotation) { in getDegreeFromRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1088 int oldRotation = mRotation; in onConfigChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java1052 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()