Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java103 private final ArraySet<WindowSurfaceController> mAlertWindowSurfaces = new ArraySet<>(); field in Session
692 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()
695 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()
700 if (mAlertWindowSurfaces.isEmpty()) { in onWindowSurfaceVisibilityChanged()
763 mAlertWindowSurfaces.clear(); in killSessionLocked()
785 pw.print(" mAlertWindowSurfaces="); pw.print(mAlertWindowSurfaces); in dump()
798 for (int i = mAlertWindowSurfaces.size() - 1; i >= 0; i--) { in hasAlertWindowSurfaces()
799 final WindowSurfaceController surfaceController = mAlertWindowSurfaces.valueAt(i); in hasAlertWindowSurfaces()