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()
691 void Scrollable::StartScrollSnapMotion(float predictSnapOffset, float scrollSnapVelocity) in StartScrollSnapMotion()725 void Scrollable::ProcessScrollSnapSpringMotion(float scrollSnapDelta, float scrollSnapVelocity) in ProcessScrollSnapSpringMotion()
265 void StartScrollSnapMotion(float scrollSnapDelta, float scrollSnapVelocity) in StartScrollSnapMotion()
850 …ollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollSnapVelocity) { in RegisterScrollBarEventTask()1103 …ollSnapMotionCallback = [weak = WeakClaim(this)](float scrollSnapDelta, float scrollSnapVelocity) { in SetScrollBarProxy()
561 float scrollSnapVelocity = 10.0f; variable