Home
last modified time | relevance | path

Searched refs: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
90 if (watcherBinder != rotationWatcher.mWatcher.asBinder()) { in unregister()
94 rotationWatcher.unlinkToDeath(); in unregister()
113 final DisplayRotationWatcher rotationWatcher = mDisplayRotationWatchers.get(i); in dispatchDisplayRotationChange() local
114 if (rotationWatcher.mDisplayId == displayId) { in dispatchDisplayRotationChange()
115 rotationWatcher.notifyRotation(rotation); in dispatchDisplayRotationChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLightRevealOverlayAnimation.kt76 private val rotationWatcher = RotationWatcher() regex
102 rotationChangeProvider.addCallback(rotationWatcher)