Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp992 double currentVelocity = currentVelocity_; in ProcessSpringMotion() local
1002 if (!remainVelocityCallback_ || !remainVelocityCallback_(currentVelocity)) { in ProcessSpringMotion()
1003 StartScrollAnimation(position, currentVelocity); in ProcessSpringMotion()