Searched defs:fullscreen (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java465 * @param fullscreen If true, the fullscreen flag will be set; else it
468 public void setFullscreen(boolean fullscreen) { argument
469 mFullscreen = fullscreen;
475 * Returns whether or not this dream is in fullscreen mode. Defaults to false.
746 if (isFullscreen()) pw.print(" fullscreen");
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java71 final boolean fullscreen; // covers the full screen? field in class:ActivityRecord
215 pw.print(prefix); pw.print("fullscreen="); pw.print(fullscreen);
412 fullscreen = ent != null && !ent.array.getBoolean(
453 fullscreen = true;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java3734 int groupId, int requestedOrientation, boolean fullscreen, boolean showWhenLocked) {
3763 atoken.appFullscreen = fullscreen;
3880 // If this application is fullscreen, and didn't explicitly say
3733 addAppToken(int addPos, IApplicationToken token, int groupId, int requestedOrientation, boolean fullscreen, boolean showWhenLocked) argument

Completed in 720 milliseconds