Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRotationWatcherController.java89 final RotationWatcher rotationWatcher = watcherList.get(i); in unregister() local
113 final DisplayRotationWatcher rotationWatcher = mDisplayRotationWatchers.get(i); in dispatchDisplayRotationChange() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLightRevealOverlayAnimation.kt76 private val rotationWatcher = RotationWatcher() regex