Home
last modified time | relevance | path

Searched refs:onRotateDisplay (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
H A DOneHandedDisplayAreaOrganizerTest.java192 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_90, in testRotation_portrait_0_to_landscape_90()
203 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_270, in testRotation_portrait_0_to_seascape_270()
216 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_90, in testRotation_portrait_180_to_landscape_90()
229 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_270, in testRotation_portrait_180_to_seascape_270()
242 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_0, in testRotation_landscape_90_to_portrait_0()
255 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_180, in testRotation_landscape_90_to_portrait_180()
268 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_0, in testRotation_seascape_270_to_portrait_0()
292 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_0, in testRotation_portrait_0_to_portrait_0()
329 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_0, in testRotation_portrait_180_to_portrait_0()
342 mSpiedDisplayAreaOrganizer.onRotateDisplay(mContext, Surface.ROTATION_90, in testRotation_landscape_90_to_landscape_90()
[all …]
H A DOneHandedControllerTest.java341 mSpiedOneHandedController.onRotateDisplay(mDisplay.getDisplayId(), Surface.ROTATION_0, in testOneHandedEnabledRotation90ShouldHandleRotate()
344 verify(mMockDisplayAreaOrganizer, atLeastOnce()).onRotateDisplay(eq(mContext), in testOneHandedEnabledRotation90ShouldHandleRotate()
354 mSpiedOneHandedController.onRotateDisplay(mDisplay.getDisplayId(), Surface.ROTATION_0, in testOneHandedDisabledRotation90ShouldNotHandleRotate()
357 verify(mMockDisplayAreaOrganizer, never()).onRotateDisplay(eq(mContext), in testOneHandedDisabledRotation90ShouldNotHandleRotate()
367 mSpiedOneHandedController.onRotateDisplay(mDisplay.getDisplayId(), Surface.ROTATION_0, in testSwipeToNotificationEnabledRotation90ShouldNotHandleRotate()
370 verify(mMockDisplayAreaOrganizer, never()).onRotateDisplay(eq(mContext), in testSwipeToNotificationEnabledRotation90ShouldNotHandleRotate()
380 mSpiedOneHandedController.onRotateDisplay(mDisplay.getDisplayId(), Surface.ROTATION_0, in testSwipeToNotificationDisabledRotation90ShouldHandleRotate()
383 verify(mMockDisplayAreaOrganizer, atLeastOnce()).onRotateDisplay(eq(mContext), in testSwipeToNotificationDisabledRotation90ShouldHandleRotate()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayChangeController.java74 private void onRotateDisplay(int displayId, final int fromRotation, final int toRotation, in onRotateDisplay() method in DisplayChangeController
78 c.onRotateDisplay(displayId, fromRotation, toRotation, t); in onRotateDisplay()
91 public void onRotateDisplay(int displayId, final int fromRotation, in onRotateDisplay() method in DisplayChangeController.DisplayWindowRotationControllerImpl
94 DisplayChangeController.this.onRotateDisplay(displayId, fromRotation, toRotation, in onRotateDisplay()
113 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay() method
/aosp12/frameworks/base/core/java/android/view/
H A DIDisplayWindowRotationController.aidl50 void onRotateDisplay(int displayId, int fromRotation, int toRotation, in onRotateDisplay() method
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedDisplayAreaOrganizer.java183 public void onRotateDisplay(Context context, int toRotation, WindowContainerTransaction wct) { in onRotateDisplay() method in OneHandedDisplayAreaOrganizer
H A DOneHandedController.java736 public void onRotateDisplay(int displayId, int fromRotation, int toRotation,
748 mDisplayAreaOrganizer.onRotateDisplay(mContext, toRotation, wct);
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java569 mService.mDisplayRotationController.onRotateDisplay(mDisplayContent.getDisplayId(), in startRemoteRotation()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1645 public void onRotateDisplay(int displayId, int fromRotation, int toRotation, in testRemoteRotation()
1686 public void onRotateDisplay(int displayId, int fromRotation, int toRotation, in testShellTransitRotation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java382 public void onRotateDisplay(int displayId, int fromRotation, int toRotation, in initialize()