Searched refs:WIDTH_XS (Results 1 – 5 of 5) sorted by relevance
1071 | WIDTH_XS | 0 | 窗口宽度小于320vp。 |
1071 | WIDTH_XS | 0 | The window width is less than 320 vp.|
109 enum class WidthBreakpoint {WIDTH_XS, WIDTH_SM, WIDTH_MD, WIDTH_LG, WIDTH_XL}; enumerator7884 breakpoint = WidthBreakpoint::WIDTH_XS; in GetWindowWidthBreakpoint()
1546 …nt](./arkui-ts/ts-appendix-enums.md#widthbreakpoint13) | 当前实例所在窗口的宽度断点枚举值。若窗口宽度为 0vp,则返回WIDTH_XS。 |
1547 …ndow where the current instance is located. If the window width is 0 vp, **WIDTH_XS** is returned.|