Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoHideControllerTest.java109 | View.NAVIGATION_BAR_UNHIDE; in testSetSystemUiVisibilityWithVisChanged()
112 DEFAULT_DISPLAY, View.STATUS_BAR_UNHIDE | View.NAVIGATION_BAR_UNHIDE, in testSetSystemUiVisibilityWithVisChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoHideController.java115 if (hasNavigationBar() && (vis & View.NAVIGATION_BAR_UNHIDE) != 0) { in setSystemUiVisibility()
116 mSystemUiVisibility &= ~View.NAVIGATION_BAR_UNHIDE; in setSystemUiVisibility()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java442 View.NAVIGATION_BAR_UNHIDE, in DisplayPolicy()
/frameworks/base/core/java/android/view/
DView.java3903 public static final int NAVIGATION_BAR_UNHIDE = 0x20000000; field in View
4180 @ViewDebug.FlagToString(mask = NAVIGATION_BAR_UNHIDE,
4181 equals = NAVIGATION_BAR_UNHIDE,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78040 Landroid/view/View;->NAVIGATION_BAR_UNHIDE:I