Searched refs:mAppOverlaySurfaces (Results 1 – 1 of 1) sorted by relevance
101 private final ArraySet<WindowSurfaceController> mAppOverlaySurfaces = new ArraySet<>(); field in Session716 changed = mAppOverlaySurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()719 changed = mAppOverlaySurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()726 setHasOverlayUi(!mAppOverlaySurfaces.isEmpty()); in onWindowSurfaceVisibilityChanged()764 mAppOverlaySurfaces.clear(); in killSessionLocked()784 pw.print(" mAppOverlaySurfaces="); pw.print(mAppOverlaySurfaces); in dump()