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;
269 typeInsetsMap[indexOf(NAVIGATION_BARS)] = in assignCompatInsets()
1415 static final int NAVIGATION_BARS = 1 << 1; field in WindowInsets.Type
1436 case NAVIGATION_BARS: in indexOf()
1465 if ((types & NAVIGATION_BARS) != 0) { in toString()
1503 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,
1520 return NAVIGATION_BARS; in navigationBars()
1597 return STATUS_BARS | NAVIGATION_BARS | CAPTION_BAR | GENERIC_OVERLAYS; in systemBars()
DInsetsState.java702 if ((types & Type.NAVIGATION_BARS) != 0) { in toInternalType()
751 return Type.NAVIGATION_BARS; in toPublicType()
DWindowManager.java48 import static android.view.WindowInsets.Type.NAVIGATION_BARS;
3947 mask = NAVIGATION_BARS,
3948 equals = NAVIGATION_BARS,