Home
last modified time | relevance | path

Searched defs:onScrollBegin (Results 1 – 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
Dlist_component.h171 void SetOnScrollBegin(const ScrollBeginCallback& onScrollBegin) in SetOnScrollBegin()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_event_hub.h35 void SetOnScrollBegin(OnScrollBeginEvent&& onScrollBegin) in SetOnScrollBegin()
Dlist_model_ng.cpp284 void ListModelNG::SetOnScrollBegin(OnScrollBeginEvent&& onScrollBegin) in SetOnScrollBegin()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dlist_model_impl.cpp152 void ListModelImpl::SetOnScrollBegin(OnScrollBeginEvent&& onScrollBegin) in SetOnScrollBegin()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscroll_component.h238 void SetOnScrollBegin(const ScrollBeginCallback& onScrollBegin) in SetOnScrollBegin()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_list.cpp768 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in ScrollBeginCallback() local
800 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in ScrollFrameBeginCallback() local
Djs_scroll.cpp140 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in OnScrollBeginCallback() local
Djs_water_flow.cpp426 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in ScrollFrameBeginCallback() local
Djs_grid.cpp745 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in JsOnScrollFrameBegin() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_event_hub.h268 void SetOnScrollBegin(OnScrollBeginEvent&& onScrollBegin) in SetOnScrollBegin()