Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_animation.cpp44 …tion::SpringAnimation(const RefPtr<SpringProperty>& property, float velocity, float valueThreshold) in SpringAnimation() argument
47 valueThreshold_ = valueThreshold; in SpringAnimation()
H A Dspring_animation.h32 SpringAnimation(const RefPtr<SpringProperty>& property, float velocity, float valueThreshold);