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