/ohos5.0/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 {}; 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/scrollable/ |
H A D | scrollable_event_hub.h | 59 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
|
H A D | scrollable_pattern.cpp | 3330 auto onScrollFrameBegin = hub->GetOnScrollFrameBegin(); in GetEventDumpInfo() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_event_test.cpp | 368 auto onScrollFrameBegin = [&isOnScrollFrameBeginCalled](Dimension, ScrollState) { in __anoned346d080702() variable
|
/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()
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_model_ng.cpp | 294 void ListModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() 748 …tModelNG::SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_scroll_modifier.cpp | 698 …auto onScrollFrameBegin = [nodeId, node, extraParam](const Dimension& offset, const ScrollState& s… in SetOnScrollFrameBegin() local 1033 auto onScrollFrameBegin = reinterpret_cast<OnScrollFrameBeginEvent*>(callback); in SetOnScrollFrameBeginCallBack() local
|
H A D | node_list_modifier.cpp | 772 auto onScrollFrameBegin = [nodeId, node, extraParam]( in SetOnListScrollFrameBegin() local 1009 auto onScrollFrameBegin = reinterpret_cast<OnScrollFrameBeginEvent*>(extraParam); in SetOnListScrollFrameBeginCallBack() local
|
H A D | water_flow_modifier.cpp | 791 auto onScrollFrameBegin = [nodeId, node, extraParam]( in SetOnWaterFlowScrollFrameBegin() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_model_ng.cpp | 320 void GridModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 6061 onScrollFrameBegin(event) { method in ArkGridComponent 17630 onScrollFrameBegin(callback) { method in ArkScrollComponent 27565 onScrollFrameBegin(callback) { method in ArkListComponent 29538 onScrollFrameBegin(event) { method in ArkWaterFlowComponent
|