Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java145 private WeakHashMap<IBinder, ProposedRotationListenerDelegate> mProposedRotationListenerMap;
685 ProposedRotationListenerDelegate delegate; in registerProposedRotationListener()
691 final ProposedRotationListenerDelegate existingDelegate = delegate; in registerProposedRotationListener()
694 delegate = new ProposedRotationListenerDelegate()); in registerProposedRotationListener()
716 final ProposedRotationListenerDelegate delegate; in unregisterProposedRotationListener()
740 private static class ProposedRotationListenerDelegate extends IRotationWatcher.Stub { class in WindowManagerGlobal