Home
last modified time | relevance | path

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

/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/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.java58 public SeamlessRotator(@Rotation int oldRotation, @Rotation int newRotation, DisplayInfo info, in SeamlessRotator()
DDisplayRotation.java589 boolean shouldRotateSeamlessly(int oldRotation, int newRotation, boolean forceUpdate) { in shouldRotateSeamlessly()
DDisplayContent.java2860 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds()
2865 void rotateBounds(Rect parentBounds, int oldRotation, int newRotation, Rect bounds) { in rotateBounds()
2877 static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
5396 private void applyRotationAndFinishFixedRotation(int oldRotation, int newRotation) { in applyRotationAndFinishFixedRotation()
DActivityStack.java609 final int newRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local
613 newParentConfig.windowConfiguration.getBounds(), prevRotation, newRotation, in onConfigurationChanged() local
DTask.java3081 final int newRotation = displayContent.getDisplayInfo().rotation; in adjustBoundsForDisplayChangeIfNeeded() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DSplitDisplayLayout.java71 void rotateTo(int newRotation) { in rotateTo()
72 mDisplayLayout.rotateTo(mContext.getResources(), newRotation); in rotateTo() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayController.java272 default void onFixedRotationStarted(int displayId, int newRotation) {} in onFixedRotationStarted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DMultiListLayout.java87 int newRotation = RotationUtils.getRotation(mContext); in onConfigurationChanged() local
DScreenDecorations.java597 int newRotation = mContext.getDisplay().getRotation(); in updateOrientation() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java151 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientationAndCutout() local
DNavigationBarFragment.java695 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java1049 int newRotation; in onSensorChanged() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DPipTaskOrganizer.java590 public void onFixedRotationStarted(int displayId, int newRotation) { in onFixedRotationStarted()