Searched refs:GetMass (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_curve.h | 45 float GetMass() const in GetMass() function in OHOS::Ace::SpringCurve 65 return NearEqual(other->GetCurrentVelocity(), velocity_) && NearEqual(other->GetMass(), mass_) &&
|
H A D | native_curve_helper.cpp | 34 return Rosen::RSAnimationTimingCurve::CreateInterpolatingSpring(interpolatingSpringCurve->GetMass(), in ToNativeCurve()
|
H A D | curve.h | 368 return NearEqual(other->GetVelocity(), velocity_) && NearEqual(other->GetMass(), mass_) && 382 float GetMass() const in GetMass() 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()); 3452 return AceType::MakeRefPtr<InterpolatingSpring>(motionVelocity_, interpolatingSpring->GetMass(),
|
Completed in 8 milliseconds