Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_curve.h45 float GetMass() const in GetMass() function
65 … return NearEqual(other->GetCurrentVelocity(), velocity_) && NearEqual(other->GetMass(), mass_) && in IsEqual()
H A Dnative_curve_helper.cpp34 …eturn Rosen::RSAnimationTimingCurve::CreateInterpolatingSpring(interpolatingSpringCurve->GetMass(), in ToNativeCurve()
H A Dcurve.h368 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 Dswiper_pattern.cpp3316 … motionVelocity_, springCurve->GetMass(), springCurve->GetStiffness(), springCurve->GetDamping()); in GetCurveIncludeMotion()
3323 … return AceType::MakeRefPtr<InterpolatingSpring>(motionVelocity_, interpolatingSpring->GetMass(), in GetCurveIncludeMotion()