Searched refs:WINDOW_DECOR (Results 1 – 2 of 2) sorted by relevance
1302 static final int WINDOW_DECOR = LAST; field in WindowInsets.Type1322 case WINDOW_DECOR: in indexOf()1353 if ((types & WINDOW_DECOR) != 0) { in toString()1367 @IntDef(flag = true, value = {STATUS_BARS, NAVIGATION_BARS, CAPTION_BAR, IME, WINDOW_DECOR,
31 import static android.view.WindowInsets.Type.WINDOW_DECOR;2871 mask = WINDOW_DECOR,2872 equals = WINDOW_DECOR,