Home
last modified time | relevance | path

Searched defs:onScrollFrameBegin (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dgrid_model_impl.h65 std::function<ScrollFrameResult(Dimension, ScrollState)>&& onScrollFrameBegin) override {}; in SetOnScrollFrameBegin()
Dlist_model_impl.cpp157 void ListModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
Dscrollable_event_hub.h59 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
Dscrollable_pattern.cpp3083 auto onScrollFrameBegin = hub->GetOnScrollFrameBegin(); in GetEventDumpInfo() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
Dscrollable_event_test.cpp368 auto onScrollFrameBegin = [&isOnScrollFrameBeginCalled](Dimension, ScrollState) { in __anon89e54fd00702() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkWaterFlow.ts347onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): this… method in ArkWaterFlowComponent
DArkScroll.ts441onScrollFrameBegin(callback: (offset: number, state: ScrollState) => { offsetRemain: number }): th… method in ArkScrollComponent
DArkGrid.ts136onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): this… method in ArkGridComponent
DArkList.ts576onScrollFrameBegin(event: (offset: number, state: ScrollState) => { offsetRemain: number; }): this… method in ArkListComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_scroll.cpp173 …auto onScrollFrameBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0… in OnScrollFrameBeginCallback() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_event_hub.h278 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_model_ng.cpp293 void ListModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
735 …tModelNG::SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_scroll_modifier.cpp659 …auto onScrollFrameBegin = [nodeId, node, extraParam](const Dimension& offset, const ScrollState& s… in SetOnScrollFrameBegin() local
994 auto onScrollFrameBegin = reinterpret_cast<OnScrollFrameBeginEvent*>(callback); in SetOnScrollFrameBeginCallBack() local
Dwater_flow_modifier.cpp751 auto onScrollFrameBegin = [nodeId, node, extraParam]( in SetOnWaterFlowScrollFrameBegin() local
Dnode_list_modifier.cpp724 auto onScrollFrameBegin = [nodeId, node, extraParam]( in SetOnListScrollFrameBegin() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_model_ng.cpp319 void GridModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js5795 onScrollFrameBegin(event) { method in ArkGridComponent
17120 onScrollFrameBegin(callback) { method in ArkScrollComponent
26260 onScrollFrameBegin(event) { method in ArkListComponent
28182 onScrollFrameBegin(event) { method in ArkWaterFlowComponent