Searched refs:WIDTH_XL (Results 1 – 3 of 3) sorted by relevance
1075 | WIDTH_XL | 4 | 窗口宽度大于等于1440vp。 |
1075 | WIDTH_XL | 4 | The window width is greater than or equal to 1440 vp.|
109 enum class WidthBreakpoint {WIDTH_XS, WIDTH_SM, WIDTH_MD, WIDTH_LG, WIDTH_XL}; enumerator7892 breakpoint = WidthBreakpoint::WIDTH_XL; in GetWindowWidthBreakpoint()