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

  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 82 private final Set<WindowSurfaceController> mAppOverlaySurfaces = new HashSet<>();
536 changed = mAppOverlaySurfaces.add(surfaceController);
539 changed = mAppOverlaySurfaces.remove(surfaceController);
546 setHasOverlayUi(!mAppOverlaySurfaces.isEmpty());
582 mAppOverlaySurfaces.clear();
602 pw.print(" mAppOverlaySurfaces="); pw.print(mAppOverlaySurfaces);
  /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 52 milliseconds