Home
last modified time | relevance | path

Searched refs:scrollFrameBeginCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h352 …[[deprecated]] void SetOnScrollFrameBegin(const ScrollFrameBeginCallback& scrollFrameBeginCallback) in SetOnScrollFrameBegin() argument
354 scrollFrameBeginCallback_ = scrollFrameBeginCallback; in SetOnScrollFrameBegin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp2357 auto scrollFrameBeginCallback = eventHub->GetOnScrollFrameBegin(); in ExecuteScrollFrameBegin() local
2358 if (!context || !scrollFrameBeginCallback) { in ExecuteScrollFrameBegin()
2363 auto scrollRes = scrollFrameBeginCallback(-offset, state); in ExecuteScrollFrameBegin()