Home
last modified time | relevance | path

Searched refs:HEIGHT_LG (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.md1089 | HEIGHT_LG | 2 | 窗口高宽比大于等于1.2。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md1089 | HEIGHT_LG | 2 | The window aspect ratio is greater than or equal to 1.2.|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp110 enum class HeightBreakpoint {HEIGHT_SM, HEIGHT_MD, HEIGHT_LG}; enumerator
7919 breakpoint = HeightBreakpoint::HEIGHT_LG; in GetWindowHeightBreakpoint()