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.java102 private final ArraySet<WindowSurfaceController> mAlertWindowSurfaces = new ArraySet<>(); field in Session
681 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()
684 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()
689 if (mAlertWindowSurfaces.isEmpty()) { in onWindowSurfaceVisibilityChanged()
752 mAlertWindowSurfaces.clear(); in killSessionLocked()
774 pw.print(" mAlertWindowSurfaces="); pw.print(mAlertWindowSurfaces); in dump()
787 for (int i = mAlertWindowSurfaces.size() - 1; i >= 0; i--) { in hasAlertWindowSurfaces()
788 final WindowSurfaceController surfaceController = mAlertWindowSurfaces.valueAt(i); in hasAlertWindowSurfaces()