Searched refs:GetMass (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_curve.h | 45 float GetMass() const in GetMass() function 65 … return NearEqual(other->GetCurrentVelocity(), velocity_) && NearEqual(other->GetMass(), mass_) && in IsEqual()
|
H A D | native_curve_helper.cpp | 34 …eturn Rosen::RSAnimationTimingCurve::CreateInterpolatingSpring(interpolatingSpringCurve->GetMass(), in ToNativeCurve()
|
H A D | curve.h | 368 return NearEqual(other->GetVelocity(), velocity_) && NearEqual(other->GetMass(), mass_) && in IsEqual() 382 float GetMass() const in GetMass() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 3316 … motionVelocity_, springCurve->GetMass(), springCurve->GetStiffness(), springCurve->GetDamping()); in GetCurveIncludeMotion() 3323 … return AceType::MakeRefPtr<InterpolatingSpring>(motionVelocity_, interpolatingSpring->GetMass(), in GetCurveIncludeMotion()
|