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

/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java66 final boolean fullscreen; // covers the full screen? field in class:ActivityRecord
179 pw.print(prefix); pw.print("fullscreen="); pw.print(fullscreen);
361 fullscreen = ent != null && !ent.array.getBoolean(
402 fullscreen = true;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java3241 int groupId, int requestedOrientation, boolean fullscreen) {
3270 wtoken.appFullscreen = fullscreen;
3379 // If this application is fullscreen, and didn't explicitly say
3240 addAppToken(int addPos, IApplicationToken token, int groupId, int requestedOrientation, boolean fullscreen) argument

Completed in 101 milliseconds