Home
last modified time | relevance | path

Searched refs:fullscreen (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/docs/html/
Dindex.jd10 <div class="fullscreen-carousel-content">
37 </div> <!-- end .fullscreen-carousel-content -->
38 </div> <!-- end .fullscreen-carousel -->
/frameworks/base/core/java/android/service/dreams/
DDreamService.java504 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/
DActivityRecord.java99 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;
DActivityStack.java1156 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()
DTaskRecord.java545 if (!mActivities.remove(r) && r.fullscreen) { in addActivityAtIndex()
571 if (mActivities.remove(r) && r.fullscreen) { in removeActivity()
DActivityStackSupervisor.java2590 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/
DIWindowManager.aidl82 int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, in addAppToken() argument
/frameworks/base/docs/html/guide/topics/ui/controls/
Dtext.jd217 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/
Dindex.jd30 <a href="{@docRoot}design/patterns/fullscreen.html">
Dimmersive.jd27 <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/
Ddialogs.jd492 <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/
Dandroid-2.0-highlights.jd162 <li>{@code &lt;video>} tag support in fullscreen mode.</li>
Dandroid-4.3.jd856 …hese animations are available only if you've set your activity to use "fullscreen" mode, which you…
Dandroid-5.0.jd287 <li>The user's activity is in fullscreen mode (the app uses
Djelly-bean.jd392 types when the window is fullscreen and is not covered by other windows.</p>
/frameworks/base/docs/html/design/patterns/
Dnew.jd86 content. The new <a href="{@docRoot}design/patterns/fullscreen.html">Full
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd242 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/
Demulator.jd107 <td>Toggle fullscreen mode</td>
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd849 <li>The user's activity is in fullscreen mode (the app uses
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3591 int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId, in addAppToken() argument
3621 atoken.appFullscreen = fullscreen; in addAppToken()