Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java145 private WeakHashMap<IBinder, ProposedRotationListenerDelegate> mProposedRotationListenerMap; field in WindowManagerGlobal
687 if (mProposedRotationListenerMap == null) { in registerProposedRotationListener()
688 mProposedRotationListenerMap = new WeakHashMap<>(1); in registerProposedRotationListener()
690 delegate = mProposedRotationListenerMap.get(contextToken); in registerProposedRotationListener()
693 mProposedRotationListenerMap.put(contextToken, in registerProposedRotationListener()
718 if (mProposedRotationListenerMap == null) { in unregisterProposedRotationListener()
721 delegate = mProposedRotationListenerMap.get(contextToken); in unregisterProposedRotationListener()
727 mProposedRotationListenerMap.remove(contextToken); in unregisterProposedRotationListener()