Searched refs:NotifySnapScroll (Results 1 – 4 of 4) sorted by relevance
93 …bool NotifySnapScroll(float delta, float velocity, float barScrollableDistance, float dragDistance…
219 bool ScrollBarProxy::NotifySnapScroll( in NotifySnapScroll() function in OHOS::Ace::NG::ScrollBarProxy
239 scrollBarProxy->NotifySnapScroll(0, 0, 0, 0);
728 …CHECK_NULL_VOID(!scrollBarProxy_ || !scrollBarProxy_->NotifySnapScroll(-(frictionMotion_->GetFinal… in HandleDragEnd()