Searched refs:NAVIGATION_BARS (Results 1 – 3 of 3) sorted by relevance
26 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.Type1436 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()
702 if ((types & Type.NAVIGATION_BARS) != 0) { in toInternalType()751 return Type.NAVIGATION_BARS; in toPublicType()
48 import static android.view.WindowInsets.Type.NAVIGATION_BARS;3947 mask = NAVIGATION_BARS,3948 equals = NAVIGATION_BARS,