Home
last modified time | relevance | path

Searched refs:HeightBreakpoint (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3415 let HeightBreakpoint; variable
3416 (function (HeightBreakpoint) {
3417 HeightBreakpoint[HeightBreakpoint['HEIGHT_SM'] = 0] = 'HEIGHT_SM';
3418 HeightBreakpoint[HeightBreakpoint['HEIGHT_MD'] = 1] = 'HEIGHT_MD';
3419 HeightBreakpoint[HeightBreakpoint['HEIGHT_LG'] = 2] = 'HEIGHT_LG';
3420 })(HeightBreakpoint || (HeightBreakpoint = {}));
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md1077 ## HeightBreakpoint<sup>13+</sup>
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-UIContext.md1570 let heightBp: HeightBreakpoint = uiContext.getWindowHeightBreakpoint();
1584 getWindowHeightBreakpoint(): HeightBreakpoint
1586 获取当前实例所在窗口的高度断点。具体枚举值根据窗口高宽比确定,详见 [HeightBreakpoint](./arkui-ts/ts-appendix-enums.md#heightbreakpoi…
1596 | [HeightBreakpoint](./arkui-ts/ts-appendix-enums.md#heightbreakpoint13) | 当前实例所在窗口的宽高比对应的高度断点枚举值。若…
1620 let heightBp: HeightBreakpoint = uiContext.getWindowHeightBreakpoint();
/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}; enum
7913 HeightBreakpoint breakpoint; in GetWindowHeightBreakpoint()
7915 breakpoint = HeightBreakpoint::HEIGHT_SM; in GetWindowHeightBreakpoint()
7917 breakpoint = HeightBreakpoint::HEIGHT_MD; in GetWindowHeightBreakpoint()
7919 breakpoint = HeightBreakpoint::HEIGHT_LG; in GetWindowHeightBreakpoint()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-UIContext.md1571 let heightBp: HeightBreakpoint = uiContext.getWindowHeightBreakpoint();
1585 getWindowHeightBreakpoint(): HeightBreakpoint
1587 …e is determined based on the window aspect ratio. For details, see [HeightBreakpoint](./arkui-ts/t…
1597 | [HeightBreakpoint](./arkui-ts/ts-appendix-enums.md#heightbreakpoint13) | Height breakpoint value …
1621 let heightBp: HeightBreakpoint = uiContext.getWindowHeightBreakpoint();
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-appendix-enums.md1077 ## HeightBreakpoint<sup>13+</sup>