Home
last modified time | relevance | path

Searched defs:STATUS_BAR_DISABLE_BACK (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java60 private static final int STATUS_BAR_DISABLE_BACK = 0x00400000; field in SystemBarHelper
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java44 private static final int STATUS_BAR_DISABLE_BACK = 0x00400000; field in SystemBarHelperTest
/frameworks/base/core/java/android/view/
DView.java2842 public static final int STATUS_BAR_DISABLE_BACK = 0x00400000; field in View