Home
last modified time | relevance | path

Searched refs:onDisplayChange (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayChangeController.java85 c.onDisplayChange(displayId, fromRotation, toRotation, newDisplayAreaInfo, outWct); in dispatchOnDisplayChange()
89 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method in DisplayChangeController
104 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method in DisplayChangeController.DisplayChangeWindowControllerImpl
107 .onDisplayChange(displayId, fromRotation, toRotation, in onDisplayChange()
127 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method
/aosp14/frameworks/base/core/java/android/view/
H A DIDisplayChangeWindowController.aidl51 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
H A DOneHandedControllerTest.java381 mSpiedOneHandedController.onDisplayChange(mDisplay.getDisplayId(), Surface.ROTATION_0, in testOneHandedEnabledRotation90ShouldHandleRotate()
394 mSpiedOneHandedController.onDisplayChange(mDisplay.getDisplayId(), Surface.ROTATION_0, in testOneHandedDisabledRotation90ShouldNotHandleRotate()
407 mSpiedOneHandedController.onDisplayChange(mDisplay.getDisplayId(), Surface.ROTATION_0, in testSwipeToNotificationEnabledRotation90ShouldNotHandleRotate()
420 mSpiedOneHandedController.onDisplayChange(mDisplay.getDisplayId(), Surface.ROTATION_0, in testSwipeToNotificationDisabledRotation90ShouldHandleRotate()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteDisplayChangeController.java103 mService.mDisplayChangeController.onDisplayChange(mDisplayContent.mDisplayId, in performRemoteDisplayChange()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedController.java695 public void onDisplayChange(int displayId, int fromRotation, int toRotation,
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java2282 mDisplayController.addDisplayChangingController(this::onDisplayChange); in onDisplayAdded()
2294 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method in StageCoordinator
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1987 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in testRemoteRotation()
2077 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in testShellTransitRotation()