Searched refs:WINDOW_DECOR (Results 1 – 2 of 2) sorted by relevance
1426 static final int WINDOW_DECOR = 1 << 8; field in WindowInsets.Type1450 case WINDOW_DECOR: in indexOf()1486 if ((types & WINDOW_DECOR) != 0) { in toString()1503 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,
52 import static android.view.WindowInsets.Type.WINDOW_DECOR;3971 mask = WINDOW_DECOR,3972 equals = WINDOW_DECOR,