Searched refs:mAppOverlaySurfaces (Results 1 – 1 of 1) sorted by relevance
106 private final ArraySet<WindowSurfaceController> mAppOverlaySurfaces = new ArraySet<>(); field in Session771 changed = mAppOverlaySurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()774 changed = mAppOverlaySurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()781 setHasOverlayUi(!mAppOverlaySurfaces.isEmpty()); in onWindowSurfaceVisibilityChanged()819 mAppOverlaySurfaces.clear(); in killSessionLocked()839 pw.print(" mAppOverlaySurfaces="); pw.print(mAppOverlaySurfaces); in dump()