Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_motion.h51 void SetVelocityAccuracy(double velocityAccuracy);
H A Dspring_motion.cpp69 void SpringMotion::SetVelocityAccuracy(double velocityAccuracy) in SetVelocityAccuracy() function in OHOS::Ace::SpringMotion
H A Dchain_animation.cpp35 spring_->SetVelocityAccuracy(DEFAULT_CHAIN_VALUE_VELOCITY_ACCURACY); in ChainAnimationNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp628 springMotion_->SetVelocityAccuracy(10000.0f); in StartSpringMotion()