Searched defs:scrollSnapVelocity (Results 1 – 5 of 5) sorted by relevance
809 void Scrollable::StartScrollSnapMotion(float predictSnapOffset, float scrollSnapVelocity) in StartScrollSnapMotion()833 void Scrollable::ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity) in ProcessScrollSnapSpringMotion()
713 void Scrollable::StartScrollSnapMotion(float predictSnapOffset, float scrollSnapVelocity) in StartScrollSnapMotion()747 void Scrollable::ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity) in ProcessScrollSnapSpringMotion()
266 void StartScrollSnapMotion(float scrollSnapDelta, float scrollSnapVelocity) in StartScrollSnapMotion()
854 …ollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollSnapVelocity) { in RegisterScrollBarEventTask()1107 …ollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollSnapVelocity) { in SetScrollBarProxy()
561 float scrollSnapVelocity = 10.0f; variable