/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-redirection-and-browsing-history-mgmt.md | 6 …ce/apis-arkweb/js-apis-webview.md#forward)和[backward()](../reference/apis-arkweb/js-apis-webview.m… 34 this.webviewController.backward(); 44 …ce/apis-arkweb/js-apis-webview.md#forward)和[backward()](../reference/apis-arkweb/js-apis-webview.m…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_test_ng.cpp | 54 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::PARALLEL, .backward = NestedScrollMode::P… in InitNestedScrolls() 75 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::SELF_ONLY, .backward = NestedScrollMode::… 111 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::PARALLEL, .backward = NestedScrollMode::P… 144 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::PARALLEL, .backward = NestedScrollMode::P… 172 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::PARALLEL, .backward = NestedScrollMode::P… 200 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::PARALLEL, .backward = NestedScrollMode::P… 227 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::PARALLEL, .backward = NestedScrollMode::P… 254 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::SELF_FIRST, .backward = NestedScrollMode:… 281 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::SELF_FIRST, .backward = NestedScrollMode:… 308 …scrollPn->nestedScroll_ = { .forward = NestedScrollMode::SELF_FIRST, .backward = NestedScrollMode:… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_properties.h | 114 NestedScrollMode backward; member 118 return forward != NestedScrollMode::SELF_ONLY || backward != NestedScrollMode::SELF_ONLY; in NeedParent() 123 …return forward ? this->forward != NestedScrollMode::SELF_ONLY : backward != NestedScrollMode::SELF… in NeedParent() 128 return forward == other.forward && backward == other.backward; 139 ", backward: " + std::to_string(static_cast<int32_t>(backward)); in ToString()
|
H A D | nestable_scroll_container.h | 161 .backward = NestedScrollMode::SELF_ONLY,
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-redirection-and-browsing-history-mgmt.md | 6 …apis-arkweb/js-apis-webview.md#forward) or [backward()](../reference/apis-arkweb/js-apis-webview.m… 18 In the following example, when a user clicks the button, **backward()** is called to go back to the… 34 this.webviewController.backward(); 44 …pis-arkweb/js-apis-webview.md#forward) and [backward()](../reference/apis-arkweb/js-apis-webview.m…
|
H A D | web-set-back-forward-cache.md | 32 …BFCache can provide faster loading speed when users perform forward and backward operations contin… 55 this.controller.backward();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow.cpp | 350 .backward = NestedScrollMode::SELF_ONLY, in SetNestedScroll() 365 int32_t backward = 0; in SetNestedScroll() local 366 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll() 367 if (backward < static_cast<int32_t>(NestedScrollMode::SELF_ONLY) || in SetNestedScroll() 368 backward > static_cast<int32_t>(NestedScrollMode::PARALLEL)) { in SetNestedScroll() 370 backward = 0; in SetNestedScroll() 373 nestedOpt.backward = static_cast<NestedScrollMode>(backward); in SetNestedScroll()
|
H A D | js_scroll.cpp | 461 .backward = NestedScrollMode::SELF_ONLY, in SetNestedScroll() 474 int32_t backward = 0; in SetNestedScroll() local 475 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll() 476 if (backward < static_cast<int32_t>(NestedScrollMode::SELF_ONLY) || in SetNestedScroll() 477 backward > static_cast<int32_t>(NestedScrollMode::PARALLEL)) { in SetNestedScroll() 478 backward = 0; in SetNestedScroll() 481 nestedOpt.backward = static_cast<NestedScrollMode>(backward); in SetNestedScroll()
|
H A D | js_grid.cpp | 632 .backward = NestedScrollMode::SELF_ONLY, in SetNestedScroll() 645 int32_t backward = 0; in SetNestedScroll() local 646 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll() 647 if (backward < static_cast<int32_t>(NestedScrollMode::SELF_ONLY) || in SetNestedScroll() 648 backward > static_cast<int32_t>(NestedScrollMode::PARALLEL)) { in SetNestedScroll() 649 backward = 0; in SetNestedScroll() 652 nestedOpt.backward = static_cast<NestedScrollMode>(backward); in SetNestedScroll()
|
H A D | js_list.cpp | 459 .backward = NestedScrollMode::SELF_ONLY, in SetNestedScroll() 472 int32_t backward = 0; in SetNestedScroll() local 473 JSViewAbstract::ParseJsInt32(obj->GetProperty("scrollBackward"), backward); in SetNestedScroll() 474 if (backward < static_cast<int32_t>(NestedScrollMode::SELF_ONLY) || in SetNestedScroll() 475 backward > static_cast<int32_t>(NestedScrollMode::PARALLEL)) { in SetNestedScroll() 476 backward = 0; in SetNestedScroll() 479 nestedOpt.backward = static_cast<NestedScrollMode>(backward); in SetNestedScroll()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.h | 157 virtual bool HandleOnTab(bool backward) in HandleOnTab() argument 184 virtual void HandleOnDelete(bool backward) {} in HandleOnDelete() argument 186 virtual bool HandleOnDeleteComb(bool backward) in HandleOnDeleteComb() argument
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.5/ |
H A D | changelogs-arkweb.md | 31 | scrollForward | NestedScrollMode | Nested scrolling options when the component scrolls backward.| 39 | scrollBackward | NestedScrollMode | Nested scrolling options when the component scrolls backward.|
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.9.1/ |
H A D | changelog-web.md | 9 …- 去除forward,backward和backOrForward接口的@throws { BusinessError } 17100007 - Invalid back or forward … 21 涉及接口: forward, backward, backOrForward, zoom, zoomIn, zoomOut;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_event_test_ng.cpp | 565 .backward = NestedScrollMode::SELF_FIRST, 594 .backward = NestedScrollMode::SELF_FIRST, 624 .backward = NestedScrollMode::SELF_FIRST, 661 .backward = NestedScrollMode::SELF_FIRST, 827 .backward = NestedScrollMode::SELF_FIRST, 838 .backward = NestedScrollMode::SELF_ONLY, 844 .backward = NestedScrollMode::SELF_ONLY, 875 .backward = NestedScrollMode::SELF_FIRST, 1086 .backward = NestedScrollMode::SELF_FIRST, 1134 .backward = NestedScrollMode::SELF_FIRST,
|
H A D | swiper_attr_test_ng.cpp | 868 EXPECT_EQ(nestedScroll.backward, NestedScrollMode::SELF_ONLY); 884 .backward = NestedScrollMode::SELF_FIRST, 893 EXPECT_EQ(nestedScroll.backward, NestedScrollMode::SELF_FIRST); 1256 .backward = NestedScrollMode::SELF_ONLY, 1269 .backward = NestedScrollMode::SELF_ONLY, 1286 .backward = NestedScrollMode::SELF_ONLY, 1305 .backward = NestedScrollMode::SELF_ONLY, 1314 .backward = NestedScrollMode::SELF_ONLY, 1323 .backward = NestedScrollMode::SELF_ONLY,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | list_modifier.cpp | 201 void SetListNestedScroll(NodeHandle node, int32_t forward, int32_t backward) in SetListNestedScroll() argument 205 .backward = static_cast<NestedScrollMode>(backward), in SetListNestedScroll() 218 .backward = NestedScrollMode::SELF_ONLY, in ResetListNestedScroll()
|
H A D | grid_modifier.cpp | 297 void SetNestedScroll(ArkUINodeHandle node, int32_t forward, int32_t backward) in SetNestedScroll() argument 301 .backward = static_cast<NestedScrollMode>(backward), in SetNestedScroll() 314 .backward = NestedScrollMode::SELF_ONLY, in ResetNestedScroll()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-atomicservice-AtomicServiceWeb.md | 199 ### backward subsection 201 backward(): void 691 Button('backward').onClick(() => { 692 console.info(`AtomicServiceWebLog backward = ${this.controller.backward()}`);
|
/ohos5.0/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/extImfBundle/entry/src/main/ets/InputMethodExtAbility/model/ |
H A D | KeyboardController.ts | 187 let backward: string = globalThis.textInputClient.getBackwardSync(1); 188 if (backward.length >= 0) {
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.9.1/ |
H A D | changelog-web.md | 9 … 17100007 - Invalid back or forward operation** from the **forward**, **backward**, and **backOrFo… 20 Involved APIs: **forward**, **backward**, **backOrForward**, **zoom**, **zoomIn**, and **zoomOut**
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | errorcode-webview.md | 113 Invalid backward or forward operation. 117 This error code is reported when the specified forward or backward cannot be performed. 123 2. There is no browsing operation corresponding to the forward or backward operation. 129 2. Check whether the number of pages specified by the forward or backward operation is available.
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/ |
H A D | refresh_event_test_ng.cpp | 958 EXPECT_EQ(swiperNestedOption.backward, NestedScrollMode::SELF_FIRST); 1028 .backward = NestedScrollMode::SELF_FIRST, 1041 EXPECT_EQ(swiperNestedOption.backward, NestedScrollMode::SELF_FIRST); 1044 EXPECT_EQ(refreshNestedOption.backward, NestedScrollMode::SELF_FIRST); 1116 .backward = NestedScrollMode::PARENT_FIRST, 1159 .backward = NestedScrollMode::SELF_FIRST,
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-ui-design.md | 28 …multiple tabs, swiping left means to move backward for an LTR language and swiping right means to …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_model_ng.cpp | 55 .backward = NestedScrollMode::SELF_FIRST, in Create() 72 .backward = NestedScrollMode::SELF_FIRST, in CreateFrameNode()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-atomicservice-AtomicServiceWeb.md | 199 ### backward subsection 201 backward(): void 269 Performs a specific number of steps forward or backward from this page. 279 … steps to take. A positive number means to go forward, and a negative number means to go backward.| 285 | boolean | Whether moving forward or backward is performed on the current page.| 691 Button('backward').onClick(() => { 692 console.info(`AtomicServiceWebLog backward = ${this.controller.backward()}`);
|