Searched refs:GetStiffness (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_curve.h | 50 float GetStiffness() const in GetStiffness() function in OHOS::Ace::SpringCurve 66 NearEqual(other->GetStiffness(), stiffness_) && NearEqual(other->GetDamping(), damping_);
|
H A D | native_curve_helper.cpp | 35 interpolatingSpringCurve->GetStiffness(), interpolatingSpringCurve->GetDamping(), in ToNativeCurve()
|
H A D | curve.h | 369 NearEqual(other->GetStiffness(), stiffness_) && NearEqual(other->GetDamping(), damping_); 387 float GetStiffness() const in GetStiffness() function in OHOS::Ace::final
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 3445 motionVelocity_, springCurve->GetMass(), springCurve->GetStiffness(), springCurve->GetDamping()); 3453 interpolatingSpring->GetStiffness(), interpolatingSpring->GetDamping());
|
Completed in 9 milliseconds