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

/frameworks/base/core/java/android/view/
H A DView.java3204 public static final int SYSTEM_UI_FLAG_VISIBLE = 0; field in class:View
3407 * @deprecated Use {@link #SYSTEM_UI_FLAG_VISIBLE} instead.
3410 public static final int STATUS_BAR_VISIBLE = SYSTEM_UI_FLAG_VISIBLE;
3750 equals = SYSTEM_UI_FLAG_VISIBLE,
3751 name = "SYSTEM_UI_FLAG_VISIBLE", outputIf = true)

Completed in 151 milliseconds