Searched refs:STATUS_BARS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 27 import static android.view.WindowInsets.Type.STATUS_BARS; 260 typeInsetsMap[indexOf(STATUS_BARS)] = Insets.of(0, insets.top, 0, 0); in assignCompatInsets() 1288 static final int STATUS_BARS = FIRST; field in WindowInsets.Type 1306 case STATUS_BARS: in indexOf() 1332 if ((types & STATUS_BARS) != 0) { in toString() 1367 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR, 1376 return STATUS_BARS; in statusBars() 1460 return STATUS_BARS | NAVIGATION_BARS | CAPTION_BAR; in systemBars()
|
D | WindowManager.java | 28 import static android.view.WindowInsets.Type.STATUS_BARS; 2843 mask = STATUS_BARS, 2844 equals = STATUS_BARS,
|