Home
last modified time | relevance | path

Searched defs:RotationWatcher (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRotationWatcherController.java196 private static class RotationWatcher implements IBinder.DeathRecipient { class in RotationWatcherController
201 RotationWatcher(WindowManagerService wms, IRotationWatcher watcher) { in RotationWatcher() method in RotationWatcherController.RotationWatcher
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFullscreenLightRevealAnimation.kt238 private inner class RotationWatcher : RotationChangeProvider.RotationListener { class in com.android.systemui.unfold.FullscreenLightRevealAnimationController