/aosp12/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 84 @Rotation int newRotation) { in rotateBounds() 124 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | CoordinateTransforms.java | 107 @Rotation int newRotation, DisplayInfo info, Matrix out) { in transformToRotation() 129 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | IDisplayWindowListener.aidl | 53 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayController.java | 214 private void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() 287 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() 327 default void onFixedRotationStarted(int displayId, int newRotation) {} in onFixedRotationStarted()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayWindowListenerController.java | 97 void dispatchFixedRotationStarted(DisplayContent display, int newRotation) { in dispatchFixedRotationStarted()
|
H A D | SeamlessRotator.java | 55 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
|
H A D | PinnedTaskController.java | 243 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
|
H A D | DisplayRotation.java | 659 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly()
|
H A D | WindowOrientationListener.java | 1271 int newRotation; in finalizeRotation() local
|
H A D | Task.java | 2016 final int newRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local 2911 final int newRotation = displayContent.getDisplayInfo().rotation; in adjustBoundsForDisplayChangeIfNeeded() local
|
H A D | DisplayContent.java | 3177 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds() 5848 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | RotationHelper.java | 101 int newRotation = ((WindowManager) sContext.getSystemService( in updateOrientation() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
H A D | LegacySplitDisplayLayout.java | 74 void rotateTo(int newRotation) { in rotateTo() 75 mDisplayLayout.rotateTo(mContext.getResources(), newRotation); in rotateTo() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/ |
H A D | RotationHelper.java | 210 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarView.java | 131 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientationAndCutout() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | MultiListLayout.java | 87 int newRotation = RotationUtils.getRotation(mContext); in onConfigurationChanged() local
|
H A D | ScreenDecorations.java | 685 int newRotation = mContext.getDisplay().getRotation(); in updateOrientation() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationControllerTest.java | 279 final int newRotation = (currentRotation + 1) % 4; in onOrientationChanged_enabled_updateDisplayRotationAndCenterStayAtSamePosition() local
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
H A D | FlingUpDownMethod.java | 125 private static void rotateToward(View view, float newRotation) { in rotateToward() 126 view.setRotation(MathUtil.lerp(view.getRotation(), newRotation, SWIPE_LERP_PROGRESS_FACTOR)); in rotateToward() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | TaskThumbnailView.java | 613 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
|
H A D | RecentsView.java | 2075 private void animateRecentsRotationInPlace(int newRotation) { in animateRecentsRotationInPlace()
|
/aosp12/frameworks/base/services/core/java/com/android/server/camera/ |
H A D | CameraServiceProxy.java | 302 public void onFixedRotationStarted(int displayId, int newRotation) { } in onFixedRotationStarted()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationController.java | 408 private int getDegreeFromRotation(@Surface.Rotation int newRotation, in getDegreeFromRotation()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTaskOrganizer.java | 787 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBar.java | 860 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|