Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRotationWatcherController.java43 private volatile boolean mHasProposedRotationListeners; field in RotationWatcherController
72 mHasProposedRotationListeners = !mProposedRotationListeners.isEmpty(); in registerProposedRotationListener()
103 mHasProposedRotationListeners = !mProposedRotationListeners.isEmpty(); in removeRotationWatcher()
132 mHasProposedRotationListeners = !mProposedRotationListeners.isEmpty(); in dispatchProposedRotation()
139 return mHasProposedRotationListeners; in hasProposedRotationListeners()