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