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

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java501 * @param fullscreen If true, the fullscreen flag will be set; else it
504 public void setFullscreen(boolean fullscreen) { argument
505 if (mFullscreen != fullscreen) {
506 mFullscreen = fullscreen;
513 * Returns whether or not this dream is in fullscreen mode. Defaults to false.
1058 if (isFullscreen()) pw.print(" fullscreen");
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java104 boolean fullscreen; // covers the full screen? field in class:ActivityRecord
279 pw.print(prefix); pw.print("fullscreen="); pw.print(fullscreen);
477 fullscreen = ent != null && !ent.array.getBoolean(
509 fullscreen = true;
538 if (fullscreen == toOpaque) {
542 // Keep track of the number of fullscreen activities in this task.
545 fullscreen = toOpaque;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java3628 int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId,
3658 atoken.appFullscreen = fullscreen;
3797 // If this application is fullscreen, and didn't explicitly say
5891 // we're fullscreen and not hosted in an ActivityView
3627 addAppToken(int addPos, IApplicationToken token, int taskId, int stackId, int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, int configChanges, boolean voiceInteraction, boolean launchTaskBehind) argument

Completed in 385 milliseconds