/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.h | 37 using ActionScrollForwardWithParamImpl = std::function<void(AccessibilityScrollType scrollType)>;; 39 using ActionScrollBackwardWithParamImpl = std::function<void(AccessibilityScrollType scrollType)>;; 330 …bool ActActionScrollForward(AccessibilityScrollType scrollType = AccessibilityScrollType::SCROLL_D… 333 scrollType = AccessibilityScrollType::SCROLL_DEFAULT; 336 if ((scrollType == AccessibilityScrollType::SCROLL_DEFAULT) && (actionScrollForwardImpl_)) { 342 actionScrollForwardWithParamImpl_(scrollType); 358 …bool ActActionScrollBackward(AccessibilityScrollType scrollType = AccessibilityScrollType::SCROLL_… 361 scrollType = AccessibilityScrollType::SCROLL_DEFAULT; 364 … if ((scrollType == AccessibilityScrollType::SCROLL_DEFAULT) && (actionScrollBackwardImpl_)) { 370 actionScrollBackwardWithParamImpl_(scrollType);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_pattern.cpp | 608 void ScrollPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage() argument 613 if (scrollType == AccessibilityScrollType::SCROLL_HALF) { in ScrollPage() 717 …yProperty->SetActionScrollForward([weakPtr = WeakClaim(this)](AccessibilityScrollType scrollType) { in SetAccessibilityAction() argument 724 pattern->IsScrollable(), pattern->IsPositiveScrollableDistance(), scrollType, in SetAccessibilityAction() 727 pattern->ScrollPage(false, true, scrollType); in SetAccessibilityAction() 731 …Property->SetActionScrollBackward([weakPtr = WeakClaim(this)](AccessibilityScrollType scrollType) { in SetAccessibilityAction() argument 738 pattern->IsScrollable(), pattern->IsPositiveScrollableDistance(), scrollType, in SetAccessibilityAction() 741 pattern->ScrollPage(true, true, scrollType); in SetAccessibilityAction()
|
H A D | scroll_pattern.h | 189 AccessibilityScrollType scrollType = AccessibilityScrollType::SCROLL_FULL) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_preference_impl.cpp | 491 void ArkWebPreferenceImpl::SetScrollable(bool enable, int32_t scrollType) in SetScrollable() argument 493 nweb_preference_->SetScrollable(enable, scrollType); in SetScrollable()
|
H A D | ark_web_preference_impl.h | 656 void SetScrollable(bool enable, int32_t scrollType) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_preference_wrapper.cpp | 565 void ArkWebPreferenceWrapper::SetScrollable(bool enable, int32_t scrollType) in SetScrollable() argument 567 ark_web_preference_->SetScrollable(enable, scrollType); in SetScrollable()
|
H A D | ark_web_preference_wrapper.h | 655 void SetScrollable(bool enable, int32_t scrollType) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_preference.h | 742 virtual void SetScrollable(bool enable, int32_t scrollType) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_preference.h | 657 virtual void SetScrollable(bool enable, int32_t scrollType) {} in SetScrollable() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_pattern.h | 118 AccessibilityScrollType scrollType = AccessibilityScrollType::SCROLL_FULL) override;
|
H A D | water_flow_pattern.cpp | 400 void WaterFlowPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage() argument 417 if (scrollType == AccessibilityScrollType::SCROLL_HALF) { in ScrollPage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_pattern.h | 185 AccessibilityScrollType scrollType = AccessibilityScrollType::SCROLL_FULL) override;
|
H A D | grid_pattern.cpp | 1326 void GridPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage() argument 1329 if (scrollType == AccessibilityScrollType::SCROLL_HALF) { in ScrollPage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 3044 void ScrollablePattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage() argument 3047 if (scrollType == AccessibilityScrollType::SCROLL_HALF) { in ScrollPage() 3392 …yProperty->SetActionScrollForward([weakPtr = WeakClaim(this)](AccessibilityScrollType scrollType) { in SetAccessibilityAction() argument 3398 pattern->IsScrollable(), scrollType, static_cast<int32_t>(host->GetAccessibilityId()), in SetAccessibilityAction() 3401 pattern->ScrollPage(false, true, scrollType); in SetAccessibilityAction() 3404 …Property->SetActionScrollBackward([weakPtr = WeakClaim(this)](AccessibilityScrollType scrollType) { in SetAccessibilityAction() argument 3410 pattern->IsScrollable(), scrollType, static_cast<int32_t>(host->GetAccessibilityId()), in SetAccessibilityAction() 3413 pattern->ScrollPage(true, true, scrollType); in SetAccessibilityAction()
|
H A D | scrollable_pattern.h | 608 …bool reverse, bool smooth = false, AccessibilityScrollType scrollType = AccessibilityScrollType::S…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.h | 196 AccessibilityScrollType scrollType = AccessibilityScrollType::SCROLL_FULL) override;
|
H A D | list_pattern.cpp | 1586 void ListPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage() argument 1589 if (scrollType == AccessibilityScrollType::SCROLL_HALF) { in ScrollPage()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 271 void SetScrollable(bool enable, int32_t scrollType);
|
H A D | webview_controller.cpp | 2026 void WebviewController::SetScrollable(bool enable, int32_t scrollType) in SetScrollable() argument 2036 return setting->SetScrollable(enable, scrollType); in SetScrollable()
|
H A D | napi_webview_controller.cpp | 4427 int32_t scrollType = -1; in SetScrollable() local 4429 if (!NapiParseUtils::ParseInt32(env, argv[INTEGER_ONE], scrollType) || scrollType < 0 || in SetScrollable() 4430 scrollType >= INTEGER_ONE) { in SetScrollable() 4443 webviewController->SetScrollable(isEnableScroll, scrollType); in SetScrollable()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.h | 79 AccessibilityScrollType scrollType = AccessibilityScrollType::SCROLL_DEFAULT; member
|
H A D | js_accessibility_manager.cpp | 81 return param.accessibilityProperty->ActActionScrollForward(param.scrollType); in __anon0e15bb040202() 85 return param.accessibilityProperty->ActActionScrollBackward(param.scrollType); in __anon0e15bb040302() 4524 param.scrollType = getAccessibilityScrollType(actionArguments, ACTION_ARGU_SCROLL_STUB); in ActAccessibilityAction()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 1385 AccessibilityScrollType scrollType = AccessibilityScrollType::SCROLL_FULL) override;
|
H A D | text_field_pattern.cpp | 8944 void TextFieldPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in OnBackPressed() argument
|