Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowInsets.java28 import static android.view.WindowInsets.Type.STATUS_BARS;
287 typeInsetsMap[indexOf(STATUS_BARS)] = Insets.of(0, insets.top, 0, 0); in assignCompatInsets()
1781 static final int STATUS_BARS = FIRST; field in WindowInsets.Type
1803 case STATUS_BARS: in indexOf()
1835 if ((types & STATUS_BARS) != 0) { in toString()
1876 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,
1886 return STATUS_BARS; in statusBars()
1986 return STATUS_BARS | NAVIGATION_BARS | CAPTION_BAR | SYSTEM_OVERLAYS; in systemBars()
2013 return (types & (STATUS_BARS | NAVIGATION_BARS)) != 0; in hasCompatSystemBars()
DWindowManager.java49 import static android.view.WindowInsets.Type.STATUS_BARS;
4536 mask = STATUS_BARS,
4537 equals = STATUS_BARS,