Home
last modified time | relevance | path

Searched defs:newRotation (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DCoordinateTransforms.java105 @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 DRotationUtils.java88 @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 DIDisplayWindowListener.aidl56 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayController.java252 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 DRoundedCornerDecorProviderImpl.kt161 var newRotation = 0F regex
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceControlTests.java159 final int newRotation = activity.getResources().getConfiguration() in testSurfaceChangedOnRotation() local
H A DTransitionTests.java665 final int newRotation = mDisplayContent.getWindowConfiguration().getRotation() + 1; in testOpenActivityInTheSameTaskWithDisplayChange() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowListenerController.java101 void dispatchFixedRotationStarted(DisplayContent display, int newRotation) { in dispatchFixedRotationStarted()
H A DSeamlessRotator.java54 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
H A DPinnedTaskController.java242 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
H A DDisplayRotation.java731 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly()
777 boolean canRotateSeamlessly(int oldRotation, int newRotation) { in canRotateSeamlessly()
H A DWindowOrientationListener.java1281 int newRotation; in finalizeRotation() local
H A DTask.java2007 final int newRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local
2901 final int newRotation = displayContent.getDisplayInfo().rotation; in adjustBoundsForDisplayChangeIfNeeded() local
H A DDisplayContent.java3430 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 DRotationHelper.java112 int newRotation = DisplayManagerGlobal.getInstance() in updateOrientation() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java148 int newRotation = RotationUtils.getExactRotation(mContext); in updateDisplayParameters() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DMultiListLayout.java87 int newRotation = RotationUtils.getRotation(mContext); in onConfigurationChanged() local
H A DScreenDecorations.java1165 final int newRotation = mDisplayInfo.rotation; in updateConfiguration() local
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DPreviewPositionHelper.java186 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java493 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 DCameraServiceProxy.java325 public void onFixedRotationStarted(int displayId, int newRotation) { } in onFixedRotationStarted()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java330 public void rotateTo(int newRotation) { in rotateTo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java583 private int getDegreeFromRotation(@Surface.Rotation int newRotation, in getDegreeFromRotation()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java1038 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java1026 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()

12