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

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

Completed in 210 milliseconds