Searched refs:startScrollSnapMotionCallback (Results 1 – 4 of 4) sorted by relevance
224 !scorllableNode_.startScrollSnapMotionCallback) { in NotifySnapScroll()233 scorllableNode_.startScrollSnapMotionCallback(predictSnapOffset.value(), velocity); in NotifySnapScroll()
34 StartScrollSnapMotionCallback startScrollSnapMotionCallback; member
298 …oid SetStartScrollSnapMotionCallback(StartScrollSnapMotionCallback&& startScrollSnapMotionCallback) in SetStartScrollSnapMotionCallback() argument300 startScrollSnapMotionCallback_ = std::move(startScrollSnapMotionCallback); in SetStartScrollSnapMotionCallback()
850 …auto startScrollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollS… in RegisterScrollBarEventTask() local855 scrollBar_->SetStartScrollSnapMotionCallback(std::move(startScrollSnapMotionCallback)); in RegisterScrollBarEventTask()1103 …auto startScrollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollS… in SetScrollBarProxy() local1121 std::move(startScrollSnapMotionCallback), std::move(scrollbarFRcallback), in SetScrollBarProxy()