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/bridge/declarative_frontend/jsview/models/
Dlist_model_impl.cpp152 void ListModelImpl::SetOnScrollBegin(OnScrollBeginEvent&& onScrollBegin) in SetOnScrollBegin()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_event_hub.h157 void SetOnScrollBegin(OnScrollBeginEvent&& onScrollBegin) in SetOnScrollBegin()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow.cpp286 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in ScrollFrameBeginCallback() local
Djs_list.cpp562 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in ScrollBeginCallback() local
596 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in ScrollFrameBeginCallback() local
Djs_scroll.cpp136 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in OnScrollBeginCallback() local
Djs_grid.cpp679 … auto onScrollBegin = [execCtx = args.GetExecutionContext(), func = JSRef<JSFunc>::Cast(args[0])]( in JsOnScrollFrameBegin() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
Dscroll_component.h238 void SetOnScrollBegin(const ScrollBeginCallback& onScrollBegin) in SetOnScrollBegin()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_event_hub.h46 void SetOnScrollBegin(OnScrollBeginEvent&& onScrollBegin) in SetOnScrollBegin()
Dlist_model_ng.cpp208 void ListModelNG::SetOnScrollBegin(OnScrollBeginEvent&& onScrollBegin) in SetOnScrollBegin()