Searched refs:mAppOverlaySurfaces (Results 1 – 1 of 1) sorted by relevance
81 private final Set<WindowSurfaceController> mAppOverlaySurfaces = new HashSet<>(); field in Session614 changed = mAppOverlaySurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()616 changed = mAppOverlaySurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()622 setHasOverlayUi(!mAppOverlaySurfaces.isEmpty()); in onWindowSurfaceVisibilityChanged()658 mAppOverlaySurfaces.clear(); in killSessionLocked()678 pw.print(" mAppOverlaySurfaces="); pw.print(mAppOverlaySurfaces); in dump()