/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/ |
H A D | CoordinateTransforms.java | 105 @Rotation int newRotation, DisplayInfo info, Matrix out) { in transformToRotation() 127 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 88 @Rotation int newRotation) { in rotateBounds() 140 public static int deltaRotation(@Rotation int oldRotation, @Rotation int newRotation) { in deltaRotation()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | IDisplayWindowListener.aidl | 56 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayController.java | 252 private void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() 340 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted() 389 default void onFixedRotationStarted(int displayId, int newRotation) {} in onFixedRotationStarted()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
H A D | RoundedCornerDecorProviderImpl.kt | 161 var newRotation = 0F regex
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SurfaceControlTests.java | 159 final int newRotation = activity.getResources().getConfiguration() in testSurfaceChangedOnRotation() local
|
H A D | TransitionTests.java | 665 final int newRotation = mDisplayContent.getWindowConfiguration().getRotation() + 1; in testOpenActivityInTheSameTaskWithDisplayChange() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayWindowListenerController.java | 101 void dispatchFixedRotationStarted(DisplayContent display, int newRotation) { in dispatchFixedRotationStarted()
|
H A D | SeamlessRotator.java | 54 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
|
H A D | PinnedTaskController.java | 242 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
|
H A D | DisplayRotation.java | 731 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly() 777 boolean canRotateSeamlessly(int oldRotation, int newRotation) { in canRotateSeamlessly()
|
H A D | WindowOrientationListener.java | 1281 int newRotation; in finalizeRotation() local
|
H A D | Task.java | 2007 final int newRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local 2901 final int newRotation = displayContent.getDisplayInfo().rotation; in adjustBoundsForDisplayChangeIfNeeded() local
|
H A D | DisplayContent.java | 3430 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds() 6302 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | RotationHelper.java | 112 int newRotation = DisplayManagerGlobal.getInstance() in updateOrientation() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarView.java | 148 int newRotation = RotationUtils.getExactRotation(mContext); in updateDisplayParameters() local
|
/aosp14/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 | 1165 final int newRotation = mDisplayInfo.rotation; in updateConfiguration() local
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/ |
H A D | PreviewPositionHelper.java | 186 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationControllerTest.java | 493 final int newRotation = simulateRotateTheDevice(); in onOrientationChanged_enabled_updateDisplayRotationAndCenterStayAtSamePosition() local 528 final int newRotation = simulateRotateTheDevice(); in onOrientationChanged_disabled_updateDisplayRotation() local 988 final int newRotation = simulateRotateTheDevice(); in enableWindowMagnification_rotationIsChanged_updateRotationValue() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/camera/ |
H A D | CameraServiceProxy.java | 325 public void onFixedRotationStarted(int displayId, int newRotation) { } in onFixedRotationStarted()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | SplitLayout.java | 330 public void rotateTo(int newRotation) { in rotateTo()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationController.java | 583 private int getDegreeFromRotation(@Surface.Rotation int newRotation, in getDegreeFromRotation()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipTaskOrganizer.java | 1038 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBar.java | 1026 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
|