Home
last modified time | relevance | path

Searched refs:mRotationWatcherController (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java1545 if (mService.mRotationWatcherController.hasProposedRotationListeners()) { in dispatchProposedRotation()
1547 mService.mRotationWatcherController.dispatchProposedRotation( in dispatchProposedRotation()
H A DWindowManagerService.java663 final RotationWatcherController mRotationWatcherController; field in WindowManagerService
1237 mRotationWatcherController = new RotationWatcherController(this); in WindowManagerService()
4535 mRotationWatcherController.registerDisplayRotationWatcher(watcher, displayId); in watchRotation()
4543 mRotationWatcherController.removeRotationWatcher(watcher); in removeRotationWatcher()
4552 mRotationWatcherController.getAssociatedWindowContainer(contextToken); in registerProposedRotationListener()
4558 mRotationWatcherController.registerProposedRotationListener(listener, contextToken); in registerProposedRotationListener()
6767 mRotationWatcherController.dump(pw); in dumpWindowsNoHeaderLocked()
H A DDisplayContent.java2222 mWmService.mRotationWatcherController.dispatchDisplayRotationChange(mDisplayId, rotation); in applyRotation()