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

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java466 * @param fullscreen If true, the fullscreen flag will be set; else it
469 public void setFullscreen(boolean fullscreen) { argument
470 mFullscreen = fullscreen;
476 * Returns whether or not this dream is in fullscreen mode. Defaults to false.
747 if (isFullscreen()) pw.print(" fullscreen");
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java77 boolean fullscreen; // covers the full screen? field in class:ActivityRecord
237 pw.print(prefix); pw.print("fullscreen="); pw.print(fullscreen);
440 fullscreen = ent != null && !ent.array.getBoolean(
474 fullscreen = true;
513 if (fullscreen == toOpaque) {
524 // Keep track of the number of fullscreen activities in this task.
527 fullscreen = toOpaque;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java3409 int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId,
3439 atoken.appFullscreen = fullscreen;
3576 // If this application is fullscreen, and didn't explicitly say
5598 boolean fullscreen = ws.isFullscreen(dw, dh);
5599 including = !ws.mIsImWindow && !fullscreen;
5626 if (fullscreen) {
3408 addAppToken(int addPos, IApplicationToken token, int taskId, int stackId, int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, int configChanges) argument

Completed in 83 milliseconds