Searched refs:WINDOW_DECOR (Results 1 – 2 of 2) sorted by relevance
1414 static final int WINDOW_DECOR = LAST; field in WindowInsets.Type1434 case WINDOW_DECOR: in indexOf()1468 if ((types & WINDOW_DECOR) != 0) { in toString()1482 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,
52 import static android.view.WindowInsets.Type.WINDOW_DECOR;3504 mask = WINDOW_DECOR,3505 equals = WINDOW_DECOR,