Home
last modified time | relevance | path

Searched refs:scrollStartCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/proxy/
H A Dscroll_bar_proxy.cpp131 CHECK_NULL_VOID(node.scrollStartCallback); in NotifyScrollStart()
132 node.scrollStartCallback(0, SCROLL_FROM_BAR, IsNestScroller()); in NotifyScrollStart()
H A Dscroll_bar_proxy.h31 std::function<bool(double, int32_t source, bool)> scrollStartCallback; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1081 …auto scrollStartCallback = [weak = WeakClaim(this)](double offset, int32_t source, bool nestedScro… in SetScrollBarProxy() local
1119 …o nodeInfo = { AceType::WeakClaim(this), std::move(scrollFunction), std::move(scrollStartCallback), in SetScrollBarProxy()