Home
last modified time | relevance | path

Searched refs:NAVIGATION_BAR_UNHIDE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3153 if ((vis & View.NAVIGATION_BAR_UNHIDE) != 0) { in setSystemUiVisibility()
3154 mSystemUiVisibility &= ~View.NAVIGATION_BAR_UNHIDE; in setSystemUiVisibility()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1039 View.NAVIGATION_BAR_UNHIDE,
/frameworks/base/core/java/android/view/
DView.java3521 public static final int NAVIGATION_BAR_UNHIDE = 0x20000000; field in View