Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayChangeController.java90 c.onDisplayChange(displayId, fromRotation, toRotation, newDisplayAreaInfo, outWct); in dispatchOnDisplayChange()
97 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method in DisplayChangeController
116 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method in DisplayChangeController.DisplayChangeWindowControllerImpl
122 .onDisplayChange(displayId, fromRotation, toRotation, in onDisplayChange()
142 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method
/frameworks/base/core/java/android/view/
DIDisplayChangeWindowController.aidl51 void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
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()
/frameworks/base/services/core/java/com/android/server/wm/
DRemoteDisplayChangeController.java109 mService.mDisplayChangeController.onDisplayChange(mDisplayContent.mDisplayId, in performRemoteDisplayChange()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedController.java694 public void onDisplayChange(int displayId, int fromRotation, int toRotation,
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1996 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in testRemoteRotation()
2088 public void onDisplayChange(int displayId, int fromRotation, int toRotation, in testShellTransitRotation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java2550 mDisplayController.addDisplayChangingController(this::onDisplayChange); in onDisplayAdded()
2562 private void onDisplayChange(int displayId, int fromRotation, int toRotation, in onDisplayChange() method in StageCoordinator