Searched refs:mWindowLayoutChangeListenerTokens (Results 1 – 2 of 2) sorted by relevance
33 final Set<IBinder> mWindowLayoutChangeListenerTokens = new HashSet<>(); field in StubSidecar46 this.mWindowLayoutChangeListenerTokens.add(iBinder); in onWindowLayoutChangeListenerAdded()52 this.mWindowLayoutChangeListenerTokens.remove(iBinder); in onWindowLayoutChangeListenerRemoved()77 return mWindowLayoutChangeListenerTokens; in getWindowsListeningForLayoutChanges()81 return !mWindowLayoutChangeListenerTokens.isEmpty() || mDeviceStateChangeListenerRegistered; in hasListeners()
158 if (token == null || mWindowLayoutChangeListenerTokens.contains(token)) { in onDisplayFeaturesChangedForActivity()