Home
last modified time | relevance | path

Searched defs:scrollType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h657 virtual void SetScrollable(bool enable, int32_t scrollType) {} in SetScrollable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.cpp608 void ScrollPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage()
717 …yProperty->SetActionScrollForward([weakPtr = WeakClaim(this)](AccessibilityScrollType scrollType) { in SetAccessibilityAction()
731 …Property->SetActionScrollBackward([weakPtr = WeakClaim(this)](AccessibilityScrollType scrollType) { in SetAccessibilityAction()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.h79 AccessibilityScrollType scrollType = AccessibilityScrollType::SCROLL_DEFAULT; member
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.cpp491 void ArkWebPreferenceImpl::SetScrollable(bool enable, int32_t scrollType) in SetScrollable()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.cpp565 void ArkWebPreferenceWrapper::SetScrollable(bool enable, int32_t scrollType) in SetScrollable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp400 void WaterFlowPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp3044 void ScrollablePattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage()
3392 …yProperty->SetActionScrollForward([weakPtr = WeakClaim(this)](AccessibilityScrollType scrollType) { in SetAccessibilityAction()
3404 …Property->SetActionScrollBackward([weakPtr = WeakClaim(this)](AccessibilityScrollType scrollType) { in SetAccessibilityAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1326 void GridPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp2026 void WebviewController::SetScrollable(bool enable, int32_t scrollType) in SetScrollable()
H A Dnapi_webview_controller.cpp4427 int32_t scrollType = -1; in SetScrollable() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp1586 void ListPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp8944 void TextFieldPattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in OnBackPressed()