Searched refs:mAppOverlaySurfaces (Results 1 – 1 of 1) sorted by relevance
77 private final Set<WindowSurfaceController> mAppOverlaySurfaces = new HashSet<>(); field in Session532 changed = mAppOverlaySurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()535 changed = mAppOverlaySurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()542 setHasOverlayUi(!mAppOverlaySurfaces.isEmpty()); in onWindowSurfaceVisibilityChanged()578 mAppOverlaySurfaces.clear(); in killSessionLocked()598 pw.print(" mAppOverlaySurfaces="); pw.print(mAppOverlaySurfaces); in dump()