HomeSort by relevance Sort by last modified time
    Searched defs:mAlertWindowSurfaces (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 84 private final Set<WindowSurfaceController> mAlertWindowSurfaces = new HashSet<>();
512 changed = mAlertWindowSurfaces.add(surfaceController);
515 changed = mAlertWindowSurfaces.remove(surfaceController);
520 if (mAlertWindowSurfaces.isEmpty()) {
581 mAlertWindowSurfaces.clear();
603 pw.print(" mAlertWindowSurfaces="); pw.print(mAlertWindowSurfaces);
615 return !mAlertWindowSurfaces.isEmpty();
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 48 milliseconds