Home
last modified time | relevance | path

Searched refs:mAlertWindowSurfaces (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSession.java83 private final Set<WindowSurfaceController> mAlertWindowSurfaces = new HashSet<>(); field in Session
592 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()
594 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()
598 if (mAlertWindowSurfaces.isEmpty()) { in onWindowSurfaceVisibilityChanged()
657 mAlertWindowSurfaces.clear(); in killSessionLocked()
679 pw.print(" mAlertWindowSurfaces="); pw.print(mAlertWindowSurfaces); in dump()