Searched refs:RotationWatcherController (Results 1 – 3 of 3) sorted by relevance
31 class RotationWatcherController { class45 RotationWatcherController(WindowManagerService wms) { in RotationWatcherController() method in RotationWatcherController
663 final RotationWatcherController mRotationWatcherController;1237 mRotationWatcherController = new RotationWatcherController(this); in WindowManagerService()
827 final RotationWatcherController controller = new RotationWatcherController(sMockWm) { in testProposedRotationListener()