Searched refs:mProposedRotationListenerMap (Results 1 – 1 of 1) sorted by relevance
145 private WeakHashMap<IBinder, ProposedRotationListenerDelegate> mProposedRotationListenerMap; field in WindowManagerGlobal687 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()