Home
last modified time | relevance | path

Searched defs:OnScrollStart (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h82 virtual void OnScrollStart() {} in OnScrollStart() function
H A Dui_list.h81 virtual void OnScrollStart(int16_t index, UIView* view) {} in OnScrollStart() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Drefresh_coordination.cpp52 void RefreshCoordination::OnScrollStart(bool isDrag, float mainVelocity) const in OnScrollStart() function in OHOS::Ace::NG::RefreshCoordination
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_list/
H A Dui_test_ui_list.cpp444 void UITestUIList::OnScrollStart(int16_t index, UIView* view) in OnScrollStart() function in OHOS::UITestUIList
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H A Dui_test_ui_scroll_view.cpp39 void OnScrollStart() override in OnScrollStart() function in OHOS::TestOnScrollListener
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.h282 void OnScrollStart(int16_t index, UIView *view) override in OnScrollStart() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp905 void ArkWebHandlerImpl::OnScrollStart(const float x, const float y) in OnScrollStart() function in OHOS::ArkWeb::ArkWebHandlerImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp1022 void ArkWebHandlerWrapper::OnScrollStart(const float x, const float y) in OnScrollStart() function in OHOS::ArkWeb::ArkWebHandlerWrapper
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h998 virtual void OnScrollStart(const float x, const float y) {} in OnScrollStart() function