Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRotationWatcherController.java39 private final ArrayList<ProposedRotationListener> mProposedRotationListeners =
63 final ProposedRotationListener watcher = mProposedRotationListeners.get(i); in registerProposedRotationListener()
70 register(listenerBinder, new ProposedRotationListener(mService, listener, contextToken), in registerProposedRotationListener()
123 final ProposedRotationListener listener = mProposedRotationListeners.get(i); in dispatchProposedRotation()
166 final ProposedRotationListener listener = mProposedRotationListeners.get(i); in dump()
186 private static class ProposedRotationListener extends RotationWatcher { class in RotationWatcherController
189 ProposedRotationListener(WindowManagerService wms, IRotationWatcher watcher, in ProposedRotationListener() method in RotationWatcherController.ProposedRotationListener