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.java79 private final Set<WindowSurfaceController> mAlertWindowSurfaces = new HashSet<>(); field in Session
508 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()
511 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()
516 if (mAlertWindowSurfaces.isEmpty()) { in onWindowSurfaceVisibilityChanged()
577 mAlertWindowSurfaces.clear(); in killSessionLocked()
599 pw.print(" mAlertWindowSurfaces="); pw.print(mAlertWindowSurfaces); in dump()
611 return !mAlertWindowSurfaces.isEmpty(); in hasAlertWindowSurfaces()