Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRotationWatcherController.java31 class RotationWatcherController { class
45 RotationWatcherController(WindowManagerService wms) { in RotationWatcherController() method in RotationWatcherController
H A DWindowManagerService.java663 final RotationWatcherController mRotationWatcherController;
1237 mRotationWatcherController = new RotationWatcherController(this); in WindowManagerService()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java827 final RotationWatcherController controller = new RotationWatcherController(sMockWm) { in testProposedRotationListener()