Searched refs:mAppOverlaySurfaces (Results 1 – 1 of 1) sorted by relevance
82 private final Set<WindowSurfaceController> mAppOverlaySurfaces = new HashSet<>(); field in Session536 changed = mAppOverlaySurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()539 changed = mAppOverlaySurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()546 setHasOverlayUi(!mAppOverlaySurfaces.isEmpty()); in onWindowSurfaceVisibilityChanged()582 mAppOverlaySurfaces.clear(); in killSessionLocked()602 pw.print(" mAppOverlaySurfaces="); pw.print(mAppOverlaySurfaces); in dump()