Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DRotationUtils.java84 @Rotation int newRotation) { in rotateBounds()
124 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
/frameworks/base/services/core/java/com/android/server/wm/utils/
DCoordinateTransforms.java107 @Rotation int newRotation, DisplayInfo info, Matrix out) { in transformToRotation()
129 @Rotation int newRotation, int newWidth, int newHeight, Matrix out) { in transformToRotation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayController.java194 private void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted()
251 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted()
291 default void onFixedRotationStarted(int displayId, int newRotation) {} in onFixedRotationStarted()
/frameworks/base/core/java/android/view/
DIDisplayWindowListener.aidl52 void onFixedRotationStarted(int displayId, int newRotation); in onFixedRotationStarted()
/frameworks/base/services/core/java/com/android/server/audio/
DRotationHelper.java84 int newRotation = ((WindowManager) sContext.getSystemService( in updateOrientation() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowListenerController.java99 void dispatchFixedRotationStarted(DisplayContent display, int newRotation) { in dispatchFixedRotationStarted()
DSeamlessRotator.java55 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
DPinnedTaskController.java244 int oldRotation, int newRotation) { in startSeamlessRotationIfNeeded()
DDisplayRotation.java662 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly()
DWindowOrientationListener.java1271 int newRotation; in finalizeRotation() local
DTask.java2365 final int newRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local
3500 final int newRotation = displayContent.getDisplayInfo().rotation; in adjustBoundsForDisplayChangeIfNeeded() local
DDisplayContent.java3062 void rotateBounds(@Rotation int oldRotation, @Rotation int newRotation, Rect inOutBounds) { in rotateBounds()
5621 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
DLegacySplitDisplayLayout.java73 void rotateTo(int newRotation) { in rotateTo()
74 mDisplayLayout.rotateTo(mContext.getResources(), newRotation); in rotateTo() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DMultiListLayout.java87 int newRotation = RotationUtils.getRotation(mContext); in onConfigurationChanged() local
DScreenDecorations.java643 int newRotation = mContext.getDisplay().getRotation(); in updateOrientation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java164 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientationAndCutout() local
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java240 public void onFixedRotationStarted(int displayId, int newRotation) { } in onFixedRotationStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DWindowMagnificationController.java350 private int getDegreeFromRotation(@Surface.Rotation int newRotation, in getDegreeFromRotation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java862 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java783 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted()