Home
last modified time | relevance | path

Searched refs:scrollbarFRcallback (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.cpp109 if (node.scrollbarFRcallback) { in NotifyScrollableNode()
110 node.scrollbarFRcallback(0, SceneStatus::RUNNING); in NotifyScrollableNode()
123 if (node.scrollbarFRcallback) { in NotifyScrollBarNode()
124 node.scrollbarFRcallback(0, SceneStatus::RUNNING); in NotifyScrollBarNode()
133 if (node.scrollbarFRcallback) { in NotifyScrollStart()
134 node.scrollbarFRcallback(0, SceneStatus::RUNNING); in NotifyScrollStart()
143 if (node.scrollbarFRcallback) { in NotifyScrollStop()
144 node.scrollbarFRcallback(0, SceneStatus::RUNNING); in NotifyScrollStop()
H A Dscroll_bar_proxy.h35 ScrollBarFRCallback scrollbarFRcallback; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1109 auto scrollbarFRcallback = [weak = WeakClaim(this)](double velocity, SceneStatus sceneStatus) { in SetScrollBarProxy() local
1121 std::move(startScrollSnapMotionCallback), std::move(scrollbarFRcallback), in SetScrollBarProxy()