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