Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dlist_model_impl.cpp147 void ListModelImpl::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_event_hub.h56 void SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
Dlist_model_ng.cpp157 void ListModelNG::SetOnScrollFrameBegin(OnScrollFrameBeginEvent&& onScrollFrameBegin) in SetOnScrollFrameBegin()
Dlist_pattern.cpp384 auto onScrollFrameBegin = listEventHub->GetOnScrollFrameBegin(); in InitScrollableEvent() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_scroll.cpp127 …auto onScrollFrameBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0… in OnScrollFrameBeginCallback() local