Searched refs:mAppOverlaySurfaces (Results 1 – 1 of 1) sorted by relevance
100 private final ArraySet<WindowSurfaceController> mAppOverlaySurfaces = new ArraySet<>(); field in Session705 changed = mAppOverlaySurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()708 changed = mAppOverlaySurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()715 setHasOverlayUi(!mAppOverlaySurfaces.isEmpty()); in onWindowSurfaceVisibilityChanged()753 mAppOverlaySurfaces.clear(); in killSessionLocked()773 pw.print(" mAppOverlaySurfaces="); pw.print(mAppOverlaySurfaces); in dump()