/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_event_hub.h | 59 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() 64 const OnScrollFrameBeginEvent& GetOnScrollFrameBegin() const in GetOnScrollFrameBegin() 115 OnScrollFrameBeginEvent onScrollFrameBeginEvent_;
|
H A D | scrollable_model_ng.h | 43 static void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin); 65 …static void SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& ScrollFrameBegin…
|
H A D | scrollable_model_ng.cpp | 160 void ScrollableModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) in SetOnScrollFrameBegin() 169 void ScrollableModelNG::SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& Scrol… in SetOnScrollFrameBegin()
|
H A D | scrollable_properties.h | 401 using OnScrollFrameBeginEvent = std::function<ScrollFrameResult(Dimension, ScrollState)>; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_model_ng.h | 34 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) override; 86 static void SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& event);
|
H A D | scroll_model.h | 41 virtual void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) = 0;
|
H A D | scroll_model_ng.cpp | 102 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 D | text_field_event_hub.h | 278 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 D | water_flow_model_ng.h | 50 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) override; 110 …static void SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& ScrollFrameBegin…
|
H A D | water_flow_model.h | 59 virtual void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) = 0;
|
H A D | water_flow_model_ng.cpp | 221 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 D | scroll_model_impl.h | 33 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) override;
|
H A D | water_flow_model_impl.h | 48 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& ScrollFrameBegin) override {}; in SetOnScrollFrameBegin()
|
H A D | list_model_impl.h | 61 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) override;
|
H A D | scroll_model_impl.cpp | 67 void ScrollModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& event) in SetOnScrollFrameBegin()
|
H A D | list_model_impl.cpp | 157 void ListModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_model_ng.h | 60 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) override; 122 …static void SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& onScrollFrameBeg…
|
H A D | list_model.h | 69 virtual void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) = 0;
|
H A D | list_model_ng.cpp | 294 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 D | grid_model_ng.h | 67 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) override;
|
H A D | grid_model_ng.cpp | 320 void GridModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_event_test.cpp | 388 ScrollableModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_scroll_modifier.cpp | 1033 auto onScrollFrameBegin = reinterpret_cast<OnScrollFrameBeginEvent*>(callback); in SetOnScrollFrameBeginCallBack()
|
H A D | node_list_modifier.cpp | 1009 auto onScrollFrameBegin = reinterpret_cast<OnScrollFrameBeginEvent*>(extraParam); in SetOnListScrollFrameBeginCallBack()
|