Searched refs:immersive (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/docs/html/training/system-ui/ |
D | index.jd | 46 concurrently with your app. Apps that display immersive content, such as movies or images, 48 or temporarily hide the bars for a fully immersive experience.</p> 57 to create an immersive user experience, while still preserving easy access to the system
|
D | dim.jd | 44 creating an immersive experience without sacrificing easy access to the bars.</p>
|
D | navigation.jd | 43 lets the content use the entire display space, thereby providing a more immersive
|
D | status.jd | 41 content use more of the display space, thereby providing a more immersive user experience.
|
/frameworks/base/docs/html/design/patterns/ |
D | fullscreen.jd | 2 page.tags="full screen","immersive", "leanback" 53 <h2 id="immersive">
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityRecord.java | 137 boolean immersive; // immersive mode (don't interrupt if possible) field in ActivityRecord 239 pw.print(" immersive="); pw.print(immersive); in dump() 464 immersive = (aInfo.flags & ActivityInfo.FLAG_IMMERSIVE) != 0; in ActivityRecord() 477 immersive = false; in ActivityRecord()
|
D | ActivityManagerService.java | 2268 final boolean nextState = r != null && r.immersive; in applyUpdateLockStateLocked() 8750 public void setImmersive(IBinder token, boolean immersive) { 8756 r.immersive = immersive; 8775 return r.immersive; 8783 return (r != null) ? r.immersive : false;
|
/frameworks/base/docs/html/distribute/googleplay/spotlight/ |
D | tablets.jd | 84 widgets and richer notifications, and more ways to provide an immersive experience 155 immersive experience for our users” said Ken Sun, Intuit Group Product Manager 176 the sort of immersive engagement experience we were looking for; the tablet and 260 more immersive on tablet.”</p>
|
/frameworks/base/docs/html/about/versions/ |
D | kitkat.jd | 71 <li><a href="#44-immersive">Full-screen Immersive mode</a></li> 451 <img src="{@docRoot}images/kk-immersive-n5.jpg" alt="" width="240" style= 455 A new <strong>immersive mode</strong> lets apps use every pixel on the 460 <h4 id="44-immersive">Full-screen Immersive mode</h4> 464 "white-space:nowrap;">Android 4.4</span> adds a new full-screen immersive 475 bars. This gives you a great way to create a larger, richer, more immersive 481 full-screen immersive mode, <span style="white-space:nowrap;">Android 482 4.4</span> supports a new gesture — in immersive mode, an edge swipe 487 To return to immersive mode, users can touch the screen outside of the bar
|
D | android-4.4.jd | 499 …#SYSTEM_UI_FLAG_HIDE_NAVIGATION}) enables a new <em>immersive</em> full-screen mode. While immersi…
|
D | android-4.2.jd | 191 <li>If you want a fully immersive display, you can call {@link
|
D | android-4.0.jd | 1392 this is useful for creating more immersive games without distraction for the system navigation
|
/frameworks/base/docs/html/design/get-started/ |
D | ui-overview.jd | 59 Apps that display immersive content, such as movies or images, can temporarily hide the system bars
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.java | 315 public void setImmersive(IBinder token, boolean immersive) throws RemoteException; in setImmersive() argument
|
D | ActivityManagerNative.java | 3999 public void setImmersive(IBinder token, boolean immersive) in setImmersive() argument 4005 data.writeInt(immersive ? 1 : 0); in setImmersive()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 2707 boolean immersive = (sysui & View.SYSTEM_UI_FLAG_IMMERSIVE) != 0; in beginLayoutLw() 2709 boolean navAllowedHidden = immersive || immersiveSticky; in beginLayoutLw()
|
/frameworks/base/api/ |
D | current.txt | 590 field public static final int immersive = 16843456; // 0x10102c0
|