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