Home
last modified time | relevance | path

Searched refs:OnScrollFrameBeginEvent (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_event_hub.h59 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
64 const OnScrollFrameBeginEvent& GetOnScrollFrameBegin() const in GetOnScrollFrameBegin()
115 OnScrollFrameBeginEvent onScrollFrameBeginEvent_;
H A Dscrollable_model_ng.h43 static void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin);
65 …static void SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& ScrollFrameBegin…
H A Dscrollable_model_ng.cpp160 void ScrollableModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) in SetOnScrollFrameBegin()
169 void ScrollableModelNG::SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& Scrol… in SetOnScrollFrameBegin()
H A Dscrollable_properties.h401 using OnScrollFrameBeginEvent = std::function<ScrollFrameResult(Dimension, ScrollState)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.h34 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) override;
86 static void SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& event);
H A Dscroll_model.h41 virtual void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) = 0;
H A Dscroll_model_ng.cpp102 void ScrollModelNG::SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& event) in SetOnScrollFrameBegin()
156 void ScrollModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) in SetOnScrollFrameBegin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h278 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
283 const OnScrollFrameBeginEvent& GetOnScrollFrameBegin() const in GetOnScrollFrameBegin()
391 OnScrollFrameBeginEvent onScrollFrameBeginEvent_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.h50 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) override;
110 …static void SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& ScrollFrameBegin…
H A Dwater_flow_model.h59 virtual void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) = 0;
H A Dwater_flow_model_ng.cpp221 void WaterFlowModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) in SetOnScrollFrameBegin()
226 void WaterFlowModelNG::SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& Scroll… in SetOnScrollFrameBegin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.h33 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) override;
H A Dwater_flow_model_impl.h48 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) override {}; in SetOnScrollFrameBegin()
H A Dlist_model_impl.h61 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) override;
H A Dscroll_model_impl.cpp67 void ScrollModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) in SetOnScrollFrameBegin()
H A Dlist_model_impl.cpp157 void ListModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h60 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) override;
122 …static void SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& onScrollFrameBeg…
H A Dlist_model.h69 virtual void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) = 0;
H A Dlist_model_ng.cpp294 void ListModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
748 void ListModelNG::SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& onScrollFra… in SetOnScrollFrameBegin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.h67 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) override;
H A Dgrid_model_ng.cpp320 void GridModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_event_test.cpp388 ScrollableModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp1033 auto onScrollFrameBegin = reinterpret_cast<OnScrollFrameBeginEvent*>(callback); in SetOnScrollFrameBeginCallBack()
H A Dnode_list_modifier.cpp1009 auto onScrollFrameBegin = reinterpret_cast<OnScrollFrameBeginEvent*>(extraParam); in SetOnListScrollFrameBeginCallBack()