Home
last modified time | relevance | path

Searched refs:immersive (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java124 boolean immersive; // immersive mode (don't interrupt if possible) field in ActivityRecord
217 pw.print(" immersive="); pw.print(immersive); in dump()
443 immersive = (aInfo.flags & ActivityInfo.FLAG_IMMERSIVE) != 0; in ActivityRecord()
456 immersive = false; in ActivityRecord()
DActivityManagerService.java7422 public void setImmersive(IBinder token, boolean immersive) { in setImmersive() argument
7428 r.immersive = immersive; in setImmersive()
7438 return r.immersive; in isImmersive()
7446 return (r != null) ? r.immersive : false; in isTopActivityImmersive()
/frameworks/base/docs/html/distribute/googleplay/spotlight/
Dtablets.jd72 immersive experience for our users” said Ken Sun, Intuit Group Product Manager
93 the sort of immersive engagement experience we were looking for; the tablet and
177 more immersive on tablet.”</p>
/frameworks/base/docs/html/design/get-started/
Dui-overview.jd59 Apps that display immersive content, such as movies or images, can temporarily hide the system bars
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java861 boolean immersive = false; in addNotification()
863 immersive = ActivityManagerNative.getDefault().isTopActivityImmersive(); in addNotification()
865 Slog.d(TAG, "Top activity is " + (immersive?"immersive":"not immersive")); in addNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DTabletStatusBar.java853 final boolean immersive = isImmersive(); in addNotification()
854 if (false && immersive) { in addNotification()
/frameworks/base/core/java/android/app/
DIActivityManager.java291 public void setImmersive(IBinder token, boolean immersive) throws RemoteException; in setImmersive() argument
DActivityManagerNative.java3596 public void setImmersive(IBinder token, boolean immersive) in setImmersive() argument
3602 data.writeInt(immersive ? 1 : 0); in setImmersive()
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd234 …Google Books' detail view replicates the immersive experience of reading an actual book through li…
/frameworks/base/docs/html/about/versions/
Dandroid-4.2.jd176 <li>If you want a fully immersive display, you can call {@link
Dandroid-4.0.jd1428 this is useful for creating more immersive games without distraction for the system navigation
/frameworks/base/api/
D14.txt530 field public static final int immersive = 16843456; // 0x10102c0
D15.txt532 field public static final int immersive = 16843456; // 0x10102c0
D16.txt539 field public static final int immersive = 16843456; // 0x10102c0
D17.txt561 field public static final int immersive = 16843456; // 0x10102c0
Dcurrent.txt561 field public static final int immersive = 16843456; // 0x10102c0