Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java26 import static android.view.WindowInsets.Type.NAVIGATION_BARS;
272 typeInsetsMap[indexOf(NAVIGATION_BARS)] = in assignCompatInsets()
1401 static final int NAVIGATION_BARS = 1 << 1; field in WindowInsets.Type
1420 case NAVIGATION_BARS: in indexOf()
1447 if ((types & NAVIGATION_BARS) != 0) { in toString()
1482 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,
1498 return NAVIGATION_BARS; in navigationBars()
1575 return STATUS_BARS | NAVIGATION_BARS | CAPTION_BAR; in systemBars()
DInsetsState.java607 if ((types & Type.NAVIGATION_BARS) != 0) { in toInternalType()
650 return Type.NAVIGATION_BARS; in toPublicType()
DWindowManager.java48 import static android.view.WindowInsets.Type.NAVIGATION_BARS;
3406 mask = NAVIGATION_BARS,
3407 equals = NAVIGATION_BARS,