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.java89 final RotationWatcher rotationWatcher = watcherList.get(i); in unregister() local
113 final DisplayRotationWatcher rotationWatcher = mDisplayRotationWatchers.get(i); in dispatchDisplayRotationChange() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFullscreenLightRevealAnimation.kt86 private val rotationWatcher = RotationWatcher() constant