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;
508 if (fullscreen == toOpaque) {
519 // Keep track of the number of fullscreen activities in this task.
522 fullscreen = toOpaque;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java3405 int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId) {
3434 atoken.appFullscreen = fullscreen;
3569 // 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) {
3404 addAppToken(int addPos, IApplicationToken token, int taskId, int stackId, int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId) argument

Completed in 97 milliseconds