Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java1290 static final int CAPTION_BAR = 1 << 2; field in WindowInsets.Type
1310 case CAPTION_BAR: in indexOf()
1367 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,
1390 return CAPTION_BAR; in captionBar()
1460 return STATUS_BARS | NAVIGATION_BARS | CAPTION_BAR; in systemBars()
DWindowManager.java24 import static android.view.WindowInsets.Type.CAPTION_BAR;
2851 mask = CAPTION_BAR,
2852 equals = CAPTION_BAR,