Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2518 if ((vis & View.NAVIGATION_BAR_UNHIDE) != 0) { in setSystemUiVisibility()
2519 mSystemUiVisibility &= ~View.NAVIGATION_BAR_UNHIDE; in setSystemUiVisibility()
/frameworks/base/core/java/android/view/
DView.java3664 public static final int NAVIGATION_BAR_UNHIDE = 0x20000000; field in View
3919 @ViewDebug.FlagToString(mask = NAVIGATION_BAR_UNHIDE,
3920 equals = NAVIGATION_BAR_UNHIDE,
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1101 View.NAVIGATION_BAR_UNHIDE,
/frameworks/base/config/
Dhiddenapi-private-dex.txt97444 Landroid/view/View;->NAVIGATION_BAR_UNHIDE:I