Home
last modified time | relevance | path

Searched defs:onScrollFrameBegin (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_event_hub.h59 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument
H A Dscrollable_pattern.cpp3392 auto onScrollFrameBegin = hub->GetOnScrollFrameBegin(); in GetEventDumpInfo() local
3580 auto onScrollFrameBegin = hub->GetOnScrollFrameBegin(); in GetEventDumpInfo() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_event_test.cpp368 auto onScrollFrameBegin = [&isOnScrollFrameBeginCalled](Dimension, ScrollState) { in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroll.cpp173 auto onScrollFrameBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in OnScrollFrameBeginCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_model_impl.cpp154 void ListModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.cpp311 void GridModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.cpp286 void ListModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument
726 void ListModelNG::SetOnScrollFrameBegin(FrameNode* frameNode, OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h278 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp734 auto onScrollFrameBegin = [nodeId, node, extraParam]( in SetOnListScrollFrameBegin() local
H A Dwater_flow_modifier.cpp786 auto onScrollFrameBegin = [nodeId, node, extraParam]( in SetOnWaterFlowScrollFrameBegin() local
H A Dnode_scroll_modifier.cpp676 auto onScrollFrameBegin = [nodeId, node, extraParam](const Dimension& offset, const ScrollState& state) -> in SetOnScrollFrameBegin() local
1011 auto onScrollFrameBegin = reinterpret_cast<OnScrollFrameBeginEvent*>(callback); in SetOnScrollFrameBeginCallBack() local

Completed in 47 milliseconds