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

/frameworks/base/core/java/android/view/
H A DView.java2621 * this flag and {@link #SYSTEM_UI_FLAG_FULLSCREEN} will be cleared automatically,
2662 public static final int SYSTEM_UI_FLAG_FULLSCREEN = 0x00000004; field in class:View
2676 * {@link #SYSTEM_UI_FLAG_FULLSCREEN} mode; if you specify
2679 * to {@link #SYSTEM_UI_FLAG_FULLSCREEN} and {@link #SYSTEM_UI_FLAG_HIDE_NAVIGATION}
2684 * to hide the status bar (instead of using {@link #SYSTEM_UI_FLAG_FULLSCREEN}),
2713 * {@link #SYSTEM_UI_FLAG_FULLSCREEN}, even if it currently hasn't. This
2734 * hiding the status bar with {@link #SYSTEM_UI_FLAG_FULLSCREEN} and/or hiding the navigation
2738 * interaction, and {@link #SYSTEM_UI_FLAG_FULLSCREEN} will be force-cleared by the system
2744 * </p><p>Since this flag is a modifier for {@link #SYSTEM_UI_FLAG_FULLSCREEN} and
2970 | SYSTEM_UI_FLAG_FULLSCREEN;
[all...]

Completed in 102 milliseconds