Home
last modified time | relevance | path

Searched refs:startScrollSnapMotionCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/proxy/
H A Dscroll_bar_proxy.cpp224 !scorllableNode_.startScrollSnapMotionCallback) { in NotifySnapScroll()
233 scorllableNode_.startScrollSnapMotionCallback(predictSnapOffset.value(), velocity); in NotifySnapScroll()
H A Dscroll_bar_proxy.h34 StartScrollSnapMotionCallback startScrollSnapMotionCallback; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h298 …oid SetStartScrollSnapMotionCallback(StartScrollSnapMotionCallback&& startScrollSnapMotionCallback) in SetStartScrollSnapMotionCallback() argument
300 startScrollSnapMotionCallback_ = std::move(startScrollSnapMotionCallback); in SetStartScrollSnapMotionCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp850 …auto startScrollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollS… in RegisterScrollBarEventTask() local
855 scrollBar_->SetStartScrollSnapMotionCallback(std::move(startScrollSnapMotionCallback)); in RegisterScrollBarEventTask()
1103 …auto startScrollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollS… in SetScrollBarProxy() local
1121 std::move(startScrollSnapMotionCallback), std::move(scrollbarFRcallback), in SetScrollBarProxy()