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