/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayWindowSettingsTests.java | 448 final DisplayRotation displayRotation = mock(DisplayRotation.class); in testFixedToUserRotationDefault() local 450 doReturn(displayRotation).when(mPrimaryDisplay).getDisplayRotation(); in testFixedToUserRotationDefault() 454 verify(displayRotation).restoreSettings(anyInt(), anyInt(), in testFixedToUserRotationDefault() 465 final DisplayRotation displayRotation = mock(DisplayRotation.class); in testSetFixedToUserRotationDisabled() local 467 doReturn(displayRotation).when(mPrimaryDisplay).getDisplayRotation(); in testSetFixedToUserRotationDisabled() 471 verify(displayRotation).restoreSettings(anyInt(), anyInt(), in testSetFixedToUserRotationDisabled() 482 final DisplayRotation displayRotation = mock(DisplayRotation.class); in testSetFixedToUserRotationEnabled() local 484 doReturn(displayRotation).when(mPrimaryDisplay).getDisplayRotation(); in testSetFixedToUserRotationEnabled() 488 verify(displayRotation).restoreSettings(anyInt(), anyInt(), in testSetFixedToUserRotationEnabled()
|
D | DisplayPolicyTests.java | 219 final DisplayRotation displayRotation = mock(DisplayRotation.class); in testShouldRotateSeamlessly() local 220 doReturn(Surface.ROTATION_180).when(displayRotation).getUpsideDownRotation(); in testShouldRotateSeamlessly() 231 displayRotation, Surface.ROTATION_0, Surface.ROTATION_90)); in testShouldRotateSeamlessly() 237 displayRotation, Surface.ROTATION_0, Surface.ROTATION_90)); in testShouldRotateSeamlessly()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | PinnedStackListenerForwarder.java | 56 boolean fromImeAdjustment, boolean fromShelfAdjustment, int displayRotation) in onMovementBoundsChanged() argument 61 fromImeAdjustment, fromShelfAdjustment, displayRotation); in onMovementBoundsChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchHandler.java | 267 boolean fromImeAdjustment, boolean fromShelfAdjustment, int displayRotation) { in onMovementBoundsChanged() argument 320 mDisplayRotation = displayRotation; in onMovementBoundsChanged() 326 if (mDeferResizeToNormalBoundsUntilRotation == displayRotation) { in onMovementBoundsChanged() 526 int displayRotation = mPinnedStackController.getDisplayRotation(); 527 if (mDisplayRotation != displayRotation) { 528 mDeferResizeToNormalBoundsUntilRotation = displayRotation;
|
D | PipManager.java | 152 int displayRotation) { in onMovementBoundsChanged() argument 155 fromImeAdjustment, fromShelfAdjustment, displayRotation); in onMovementBoundsChanged()
|
/frameworks/base/core/java/android/view/ |
D | IPinnedStackListener.aidl | 50 boolean fromImeAdjustment, boolean fromShelfAdjustment, int displayRotation); in onMovementBoundsChanged() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 1257 final int displayRotation = displayFrames.mRotation; in getLayoutHintLw() local 1263 if (displayRotation == Surface.ROTATION_0) { in getLayoutHintLw() 1265 } else if (displayRotation == Surface.ROTATION_90) { in getLayoutHintLw() 1267 } else if (displayRotation == Surface.ROTATION_180) { in getLayoutHintLw() 1269 } else if (displayRotation == Surface.ROTATION_270) { in getLayoutHintLw() 2661 final DisplayRotation displayRotation = mDisplayContent.getDisplayRotation(); 2664 final int portraitRotation = displayRotation.getPortraitRotation(); 2665 final int upsideDownRotation = displayRotation.getUpsideDownRotation(); 2666 final int landscapeRotation = displayRotation.getLandscapeRotation(); 2667 final int seascapeRotation = displayRotation.getSeascapeRotation(); [all …]
|
D | DisplayContent.java | 1137 void setDisplayRotation(DisplayRotation displayRotation) { in setDisplayRotation() argument 1138 mDisplayRotation = displayRotation; in setDisplayRotation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 1141 final int displayRotation = RotationUtils.getExactRotation(mContext); in onPreDraw() local 1142 if (displayRotation != mRotation && !mPendingRotationChange) { in onPreDraw() 1145 + displayRotation + ". Restarting draw"); in onPreDraw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | EdgeBackGestureHandler.java | 94 int displayRotation) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipManager.java | 216 int displayRotation) { in onMovementBoundsChanged() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 889 int displayRotation) throws RemoteException {} in onMovementBoundsChanged() argument
|