Searched refs:CAPTION_BAR (Results 1 – 3 of 3) sorted by relevance
1402 static final int CAPTION_BAR = 1 << 2; field in WindowInsets.Type1422 case CAPTION_BAR: in indexOf()1450 if ((types & CAPTION_BAR) != 0) { in toString()1482 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,1505 return CAPTION_BAR; in captionBar()1575 return STATUS_BARS | NAVIGATION_BARS | CAPTION_BAR; in systemBars()
611 if ((types & Type.CAPTION_BAR) != 0) { in toInternalType()652 return Type.CAPTION_BAR; in toPublicType()
45 import static android.view.WindowInsets.Type.CAPTION_BAR;3410 mask = CAPTION_BAR,3411 equals = CAPTION_BAR,