Searched refs:mRotationWatcherController (Results 1 – 3 of 3) sorted by relevance
1545 if (mService.mRotationWatcherController.hasProposedRotationListeners()) { in dispatchProposedRotation()1547 mService.mRotationWatcherController.dispatchProposedRotation( in dispatchProposedRotation()
663 final RotationWatcherController mRotationWatcherController; field in WindowManagerService1237 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()
2222 mWmService.mRotationWatcherController.dispatchDisplayRotationChange(mDisplayId, rotation); in applyRotation()