Searched refs:mWindowLayoutChangeListenerTokens (Results 1 – 1 of 1) sorted by relevance
33 private 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()