Home
last modified time | relevance | path

Searched refs:motionVelocity_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.h297 motionVelocity_ = motionVelocity; in SetLongPointHeadCurve()
342 float motionVelocity_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h491 return motionVelocity_; in GetMotionVelocity()
1062 float motionVelocity_ = 0.0f; variable
H A Dswiper_pattern.cpp3067 motionVelocity_ = velocity / translate; in PlayPropertyTranslateAnimation()
3316motionVelocity_, springCurve->GetMass(), springCurve->GetStiffness(), springCurve->GetDamping()); in GetCurveIncludeMotion()
3323 … return AceType::MakeRefPtr<InterpolatingSpring>(motionVelocity_, interpolatingSpring->GetMass(), in GetCurveIncludeMotion()
3331 return AceType::MakeRefPtr<InterpolatingSpring>(motionVelocity_, 1, 328, 34); in GetCurveIncludeMotion()
3414 motionVelocity_ = velocity / (endPos - startPos); in PlayTranslateAnimation()