Home
last modified time | relevance | path

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

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