Home
last modified time | relevance | path

Searched defs:SetOnScrollFrameBegin (Results 1 – 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dwater_flow_model_impl.h47 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) override {}; in SetOnScrollFrameBegin() function
Dgrid_model_impl.h63 void SetOnScrollFrameBegin( in SetOnScrollFrameBegin() function
Dscroll_model_impl.cpp67 void ScrollModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) in SetOnScrollFrameBegin() function in OHOS::Ace::Framework::ScrollModelImpl
Dlist_model_impl.cpp157 void ListModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() function in OHOS::Ace::Framework::ListModelImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_event_hub.h47 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() function
Dwater_flow_model_ng.cpp191 void WaterFlowModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) in SetOnScrollFrameBegin() function in OHOS::Ace::NG::WaterFlowModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
Dscroll_event_hub.h116 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) in SetOnScrollFrameBegin() function
Dscroll_model_ng.cpp83 void ScrollModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) in SetOnScrollFrameBegin() function in OHOS::Ace::NG::ScrollModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_event_hub.h97 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() function
Dgrid_model_ng.cpp306 void GridModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() function in OHOS::Ace::NG::GridModelNG
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_event_hub.h167 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_event_hub.h56 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() function
Dlist_model_ng.cpp217 void ListModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() function in OHOS::Ace::NG::ListModelNG
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscrollable.h333 void SetOnScrollFrameBegin(const ScrollFrameBeginCallback& scrollFrameBeginCallback) in SetOnScrollFrameBegin() function