Searched refs:CAPTION_BAR (Results 1 – 3 of 3) sorted by relevance
1416 static final int CAPTION_BAR = 1 << 2; field in WindowInsets.Type1438 case CAPTION_BAR: in indexOf()1468 if ((types & CAPTION_BAR) != 0) { in toString()1503 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,1527 return CAPTION_BAR; in captionBar()1597 return STATUS_BARS | NAVIGATION_BARS | CAPTION_BAR | GENERIC_OVERLAYS; in systemBars()
445 if (type == Type.CAPTION_BAR) { in processSource()712 if ((types & Type.CAPTION_BAR) != 0) { in toInternalType()758 return Type.CAPTION_BAR; in toPublicType()
45 import static android.view.WindowInsets.Type.CAPTION_BAR;3951 mask = CAPTION_BAR,3952 equals = CAPTION_BAR,