/frameworks/base/docs/html/ |
D | index.jd | 10 <div class="fullscreen-carousel-content"> 37 </div> <!-- end .fullscreen-carousel-content --> 38 </div> <!-- end .fullscreen-carousel -->
|
/frameworks/base/core/java/android/service/dreams/ |
D | DreamService.java | 504 public void setFullscreen(boolean fullscreen) { in setFullscreen() argument 505 if (mFullscreen != fullscreen) { in setFullscreen() 506 mFullscreen = fullscreen; in setFullscreen()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityRecord.java | 99 boolean fullscreen; // covers the full screen? field in ActivityRecord 274 pw.print(prefix); pw.print("fullscreen="); pw.print(fullscreen); in dump() 472 fullscreen = ent != null && !ent.array.getBoolean( in ActivityRecord() 504 fullscreen = true; in ActivityRecord() 533 if (fullscreen == toOpaque) { 540 fullscreen = toOpaque;
|
D | ActivityStack.java | 1156 return activity.fullscreen ? null : activity; in findNextTranslucentActivity() 1200 if (!r.finishing && r.visible && (r.fullscreen || in isStackVisible() 1324 if (r.fullscreen) { in ensureActivitiesVisibleLocked() 1992 r.task.taskId, mStackId, r.info.screenOrientation, r.fullscreen, in startActivityLocked() 2056 r.appToken, r.task.taskId, mStackId, r.info.screenOrientation, r.fullscreen, in startActivityLocked() 2108 r.task.taskId, mStackId, r.info.screenOrientation, r.fullscreen, in startActivityLocked() 3102 if (r.fullscreen) { in destroyActivitiesLocked() 3825 if (r.fullscreen && !r.finishing) { in willActivityBeVisibleLocked()
|
D | TaskRecord.java | 545 if (!mActivities.remove(r) && r.fullscreen) { in addActivityAtIndex() 571 if (mActivities.remove(r) && r.fullscreen) { in removeActivity()
|
D | ActivityStackSupervisor.java | 2590 r.info.screenOrientation, r.fullscreen, in createStackForRestoredTaskHistory() 2822 if (visible && top.fullscreen) { in requestVisibleBehindLocked() 2825 + top.fullscreen + " top.state=" + top.state + " top.app=" + top.app + in requestVisibleBehindLocked()
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 82 int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, in addAppToken() argument
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | text.jd | 217 when a handset device is in landscape orientation) then fullscreen ("extract mode") is triggered. In 249 <p>For example, figure 5 shows how the system enables a fullscreen text field when a handset device 251 disable the fullscreen input mode with {@code flagNoExtractUi} in the <a 256 <p class="img-caption"><strong>Figure 6.</strong> The fullscreen text field ("extract mode") is
|
/frameworks/base/docs/html/training/system-ui/ |
D | index.jd | 30 <a href="{@docRoot}design/patterns/fullscreen.html">
|
D | immersive.jd | 27 <a href="{@docRoot}design/patterns/fullscreen.html"> 154 interaction, you can probably get by with the <a href="{@docRoot}design/patterns/fullscreen.html">
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 492 <p>That's it. The activity now displays in a dialog window instead of fullscreen.</p> 678 or a fullscreen UI, based on the screen size:</p> 689 // The device is smaller, so show the fragment fullscreen 693 // To make it fullscreen, use the 'content' root view as the container 706 than fullscreen). The best way to set this kind of boolean is to declare a 747 <p>Instead of showing a dialog as a fullscreen UI when on small screens, you can accomplish
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0-highlights.jd | 162 <li>{@code <video>} tag support in fullscreen mode.</li>
|
D | android-4.3.jd | 856 …hese animations are available only if you've set your activity to use "fullscreen" mode, which you…
|
D | android-5.0.jd | 287 <li>The user's activity is in fullscreen mode (the app uses
|
D | jelly-bean.jd | 392 types when the window is fullscreen and is not covered by other windows.</p>
|
/frameworks/base/docs/html/design/patterns/ |
D | new.jd | 86 content. The new <a href="{@docRoot}design/patterns/fullscreen.html">Full
|
/frameworks/base/docs/html/guide/topics/text/ |
D | creating-input-method.jd | 242 must handle both landscape and portrait orientations. In non-fullscreen IME 246 no more than half the screen is occupied by the IME. In fullscreen IME mode
|
/frameworks/base/docs/html/tools/help/ |
D | emulator.jd | 107 <td>Toggle fullscreen mode</td>
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 849 <li>The user's activity is in fullscreen mode (the app uses
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 3591 int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, in addAppToken() argument 3621 atoken.appFullscreen = fullscreen; in addAppToken()
|