Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/
H A DRotationUtils.java84 @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 DCoordinateTransforms.java107 @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 DIDisplayWindowListener.aidl53 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayController.java214 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 DDisplayWindowListenerController.java97 void dispatchFixedRotationStarted(DisplayContent display, int newRotation) { in dispatchFixedRotationStarted()
H A DSeamlessRotator.java55 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
H A DPinnedTaskController.java243 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
H A DDisplayRotation.java659 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly()
H A DWindowOrientationListener.java1271 int newRotation; in finalizeRotation() local
H A DTask.java2016 final int newRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local
2911 final int newRotation = displayContent.getDisplayInfo().rotation; in adjustBoundsForDisplayChangeIfNeeded() local
H A DDisplayContent.java3177 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 DRotationHelper.java101 int newRotation = ((WindowManager) sContext.getSystemService( in updateOrientation() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DLegacySplitDisplayLayout.java74 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 DRotationHelper.java210 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java131 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientationAndCutout() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DMultiListLayout.java87 int newRotation = RotationUtils.getRotation(mContext); in onConfigurationChanged() local
H A DScreenDecorations.java685 int newRotation = mContext.getDisplay().getRotation(); in updateOrientation() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationControllerTest.java279 final int newRotation = (currentRotation + 1) % 4; in onOrientationChanged_enabled_updateDisplayRotationAndCenterStayAtSamePosition() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java125 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 DTaskThumbnailView.java613 private int getRotationDelta(int oldRotation, int newRotation) { in getRotationDelta()
H A DRecentsView.java2075 private void animateRecentsRotationInPlace(int newRotation) { in animateRecentsRotationInPlace()
/aosp12/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java302 public void onFixedRotationStarted(int displayId, int newRotation) { } in onFixedRotationStarted()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java408 private int getDegreeFromRotation(@Surface.Rotation int newRotation, in getDegreeFromRotation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java787 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java860 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()