Searched refs:ProposedRotationListener (Results 1 – 1 of 1) sorted by relevance
39 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 RotationWatcherController189 ProposedRotationListener(WindowManagerService wms, IRotationWatcher watcher, in ProposedRotationListener() method in RotationWatcherController.ProposedRotationListener