/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_event_hub.h | 59 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument 61 onScrollFrameBeginEvent_ = std::move(onScrollFrameBegin); in SetOnScrollFrameBegin()
|
H A D | scrollable_pattern.cpp | 3392 auto onScrollFrameBegin = hub->GetOnScrollFrameBegin(); in GetEventDumpInfo() local 3393 onScrollFrameBegin ? DumpLog::GetInstance().AddDesc("hasOnScrollFrameBegin: true") in GetEventDumpInfo() 3580 auto onScrollFrameBegin = hub->GetOnScrollFrameBegin(); in GetEventDumpInfo() local 3581 json->Put("hasOnScrollFrameBegin", onScrollFrameBegin ? "true" : "false"); in GetEventDumpInfo()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_event_test.cpp | 368 auto onScrollFrameBegin = [&isOnScrollFrameBeginCalled](Dimension, ScrollState) { in HWTEST_F() local 377 ScrollableModelNG::SetOnScrollFrameBegin(std::move(onScrollFrameBegin)); in HWTEST_F() 392 ScrollableModelNG::SetOnScrollFrameBegin(AceType::RawPtr(node_), std::move(onScrollFrameBegin)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_model.h | 79 std::function<ScrollFrameResult(Dimension, ScrollState)>&& onScrollFrameBegin) = 0;
|
H A D | grid_model_ng.h | 67 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) override;
|
H A D | grid_model_ng.cpp | 311 void GridModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument 317 eventHub->SetOnScrollFrameBegin(std::move(onScrollFrameBegin)); in SetOnScrollFrameBegin()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_model.h | 69 virtual void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) = 0;
|
H A D | list_model_ng.h | 60 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) override; 120 static void SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& onScrollFrameBegin);
|
H A D | list_model_ng.cpp | 286 void ListModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument 292 eventHub->SetOnScrollFrameBegin(std::move(onScrollFrameBegin)); in SetOnScrollFrameBegin() 726 void ListModelNG::SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument 731 eventHub->SetOnScrollFrameBegin(std::move(onScrollFrameBegin)); in SetOnScrollFrameBegin()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | grid_model_impl.h | 65 std::function<ScrollFrameResult(Dimension, ScrollState)>&& onScrollFrameBegin) override {};
|
H A D | list_model_impl.h | 61 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) override;
|
H A D | list_model_impl.cpp | 154 void ListModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument
|
/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() argument 280 onScrollFrameBeginEvent_ = std::move(onScrollFrameBegin); in SetOnScrollFrameBegin()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_scroll_modifier.cpp | 676 auto onScrollFrameBegin = [nodeId, node, extraParam](const Dimension& offset, const ScrollState& state) -> in SetOnScrollFrameBegin() local 689 ScrollModelNG::SetOnScrollFrameBegin(frameNode, std::move(onScrollFrameBegin)); in SetOnScrollFrameBegin() 1011 auto onScrollFrameBegin = reinterpret_cast<OnScrollFrameBeginEvent*>(callback); in SetOnScrollFrameBeginCallBack() local 1012 ScrollModelNG::SetOnScrollFrameBegin(frameNode, std::move(*onScrollFrameBegin)); in SetOnScrollFrameBeginCallBack()
|
H A D | node_list_modifier.cpp | 734 auto onScrollFrameBegin = [nodeId, node, extraParam]( in SetOnListScrollFrameBegin() local 747 ListModelNG::SetOnScrollFrameBegin(frameNode, std::move(onScrollFrameBegin)); in SetOnListScrollFrameBegin()
|
H A D | water_flow_modifier.cpp | 786 auto onScrollFrameBegin = [nodeId, node, extraParam]( in SetOnWaterFlowScrollFrameBegin() local 802 WaterFlowModelNG::SetOnScrollFrameBegin(frameNode, std::move(onScrollFrameBegin)); in SetOnWaterFlowScrollFrameBegin()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scroll.cpp | 173 auto onScrollFrameBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in OnScrollFrameBeginCallback() local 194 ScrollModel::GetInstance()->SetOnScrollFrameBegin(std::move(onScrollFrameBegin)); in OnScrollFrameBeginCallback() 355 JSClass<JSScroll>::StaticMethod("onScrollFrameBegin", &JSScroll::OnScrollFrameBeginCallback, opt); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 5878 onScrollFrameBegin(event) { 17657 onScrollFrameBegin(callback) { 27647 onScrollFrameBegin(event) { 29657 onScrollFrameBegin(event) {
|