Home
last modified time | relevance | path

Searched refs:CAPTION_BAR (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsets.java1402 static final int CAPTION_BAR = 1 << 2; field in WindowInsets.Type
1422 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()
DInsetsState.java611 if ((types & Type.CAPTION_BAR) != 0) { in toInternalType()
652 return Type.CAPTION_BAR; in toPublicType()
DWindowManager.java45 import static android.view.WindowInsets.Type.CAPTION_BAR;
3410 mask = CAPTION_BAR,
3411 equals = CAPTION_BAR,