Home
last modified time | relevance | path

Searched refs:Jump (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/entry/src/main/ets/utils/
H A DTipsJumpUtils.ets39 * Jump to Tips Home
50 * Jump to the specified page of Tips by FUN_NUM
64 * Jump to the specified page of Tips by uri
85 * Jump to Tips APP by uri
108 * Jump to AppGallery by uri
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/ets/utils/
H A DTipsJumpUtils.ets39 * Jump to Tips Home
50 * Jump to the specified page of Tips by FUN_NUM
64 * Jump to the specified page of Tips by uri
85 * Jump to Tips APP by uri
108 * Jump to AppGallery by uri
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.h110 void Jump(float mainSize);
H A Dgrid_irregular_layout_algorithm.cpp292 Jump(mainSize); in TrySkipping()
300 Jump(mainSize); in MeasureOnJump()
314 void GridIrregularLayoutAlgorithm::Jump(float mainSize) in Jump() function in OHOS::Ace::NG::GridIrregularLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.h72 void Jump(int32_t jumpIdx, ScrollAlign align, bool noSkip);
H A Dwater_flow_layout_sw.cpp570 Jump(jumpIdx, align, inView || closeToView); in MeasureOnJump()
583 void WaterFlowLayoutSW::Jump(int32_t jumpIdx, ScrollAlign align, bool noSkip) in Jump() function in OHOS::Ace::NG::WaterFlowLayoutSW
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-v1-v2-migration.md1858 Button('Jump to EntryAbility1').onClick(() => {
1885 Button('Jump to EntryAbility').onClick(() => {
1921 Button('Jump to EntryAbility1').onClick(() => {
1955 Button('Jump to EntryAbility').onClick(() => {
1990 Button('Jump to EntryAbility1').onClick(() => {
2021 Button('Jump to EntryAbility').onClick(() => {
2068 Button('Jump to EntryAbility1').onClick(() => {
2113 Button('Jump to EntryAbility').onClick(() => {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-transition.md54 <text onclick="jump">Click on picture to Jump to ths details</text>
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-v1-v2-migration.md1858 Button('Jump to EntryAbility1').onClick(() => {
1885 Button('Jump to EntryAbility').onClick(() => {
1921 Button('Jump to EntryAbility1').onClick(() => {
1955 Button('Jump to EntryAbility').onClick(() => {
1990 Button('Jump to EntryAbility1').onClick(() => {
2021 Button('Jump to EntryAbility').onClick(() => {
2068 Button('Jump to EntryAbility1').onClick(() => {
2113 Button('Jump to EntryAbility').onClick(() => {
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Darkts-bytecode-fundamentals.md418 | 0x4d | IMM8 | jmp +AA | A: signed branch offset| Jump to branch A unconditionally. |
419 | 0x4e | IMM16 | jmp +AAAA | A: signed branch offset| Jump to branch A unconditionally. |
446 | 0x69 | NONE | poplexenv | | Jump out of the current lexical environment and enter the oute…
493 | 0x98 | IMM32 | jmp +AAAAAAAA | A: signed branch offset| Jump to branch A unconditionally. |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-list.md1283 // 310: Jump to the position where the top of item 1 is aligned with the top of the list.