Home
last modified time | relevance | path

Searched refs:WIDTH_SM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md1072 | WIDTH_SM | 1 | 窗口宽度大于等于320vp,且小于600vp。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md1072 | WIDTH_SM | 1 | The window width is greater than or equal to 320 vp and less than 600 vp.|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp109 enum class WidthBreakpoint {WIDTH_XS, WIDTH_SM, WIDTH_MD, WIDTH_LG, WIDTH_XL}; enumerator
7886 breakpoint = WidthBreakpoint::WIDTH_SM; in GetWindowWidthBreakpoint()