Searched refs:ProposedRotationListenerDelegate (Results 1 – 1 of 1) sorted by relevance
168 private WeakHashMap<IBinder, ProposedRotationListenerDelegate> mProposedRotationListenerMap;767 ProposedRotationListenerDelegate delegate; in registerProposedRotationListener()773 final ProposedRotationListenerDelegate existingDelegate = delegate; in registerProposedRotationListener()776 delegate = new ProposedRotationListenerDelegate()); in registerProposedRotationListener()798 final ProposedRotationListenerDelegate delegate; in unregisterProposedRotationListener()822 private static class ProposedRotationListenerDelegate extends IRotationWatcher.Stub { class in WindowManagerGlobal