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.java116 private final ArraySet<WindowSurfaceController> mAlertWindowSurfaces = new ArraySet<>(); field in Session
808 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()
817 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()
828 if (mAlertWindowSurfaces.isEmpty()) { in onWindowSurfaceVisibilityChanged()
841 setHasOverlayUi(!mAlertWindowSurfaces.isEmpty()); in onWindowSurfaceVisibilityChanged()
885 mAlertWindowSurfaces.clear(); in killSessionLocked()
906 pw.print(" mAlertWindowSurfaces="); pw.print(mAlertWindowSurfaces); in dump()
922 for (int i = mAlertWindowSurfaces.size() - 1; i >= 0; i--) { in hasAlertWindowSurfaces()
923 final WindowSurfaceController surfaceController = mAlertWindowSurfaces.valueAt(i); in hasAlertWindowSurfaces()