Searched refs:HeightBreakpoint (Results 1 – 6 of 6) sorted by relevance
3415 let HeightBreakpoint; variable3416 (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 = {}));
1077 ## HeightBreakpoint<sup>13+</sup>
1570 let heightBp: HeightBreakpoint = uiContext.getWindowHeightBreakpoint();1584 getWindowHeightBreakpoint(): HeightBreakpoint1586 获取当前实例所在窗口的高度断点。具体枚举值根据窗口高宽比确定,详见 [HeightBreakpoint](./arkui-ts/ts-appendix-enums.md#heightbreakpoi…1596 | [HeightBreakpoint](./arkui-ts/ts-appendix-enums.md#heightbreakpoint13) | 当前实例所在窗口的宽高比对应的高度断点枚举值。若…1620 let heightBp: HeightBreakpoint = uiContext.getWindowHeightBreakpoint();
110 enum class HeightBreakpoint {HEIGHT_SM, HEIGHT_MD, HEIGHT_LG}; enum7913 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()
1571 let heightBp: HeightBreakpoint = uiContext.getWindowHeightBreakpoint();1585 getWindowHeightBreakpoint(): HeightBreakpoint1587 …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();