Home
last modified time | relevance | path

Searched refs:animationCurve (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h58 AnimationCurve animationCurve { AnimationCurve::FRICTION };
224 return style.animationCurve; in GetAnimationCurve()
226 void SetAnimationCurve(AnimationCurve animationCurve) in SetAnimationCurve() argument
229 style.animationCurve = animationCurve; in SetAnimationCurve()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp250 void SwiperComponent::SetAnimationCurve(AnimationCurve animationCurve) in SetAnimationCurve() argument
252 declaration_->SetAnimationCurve(animationCurve); in SetAnimationCurve()
H A Dswiper_component.h103 void SetAnimationCurve(AnimationCurve animationCurve);
H A Drender_swiper.cpp1233 auto animationCurve = swiper_->GetAnimationCurve(); in InitSwipeToAnimation() local
1237 animationCurve == AnimationCurve::FRICTION ? Curves::FRICTION : Curves::FAST_OUT_SLOW_IN); in InitSwipeToAnimation()
1245 animationCurve == AnimationCurve::FRICTION ? Curves::FRICTION : Curves::FAST_OUT_SLOW_IN); in InitSwipeToAnimation()
1256 animationCurve == AnimationCurve::FRICTION ? Curves::FRICTION : Curves::FAST_OUT_SLOW_IN); in InitSwipeToAnimation()
1266 animationCurve == AnimationCurve::FRICTION ? Curves::FRICTION : Curves::FAST_OUT_SLOW_IN); in InitSwipeToAnimation()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp41 auto animationCurve = CreateCurve(curveString, false); in CurvesInterpolate() local
50 animationCurve = CreateCurve(customCallBack); in CurvesInterpolate()
52 if (!animationCurve) { in CurvesInterpolate()
55 double curveValue = animationCurve->Move(time); in CurvesInterpolate()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.cpp263 ArkUI_CurveHandle InitCurve(ArkUI_AnimationCurve animationCurve) in InitCurve() argument
269 auto curve = impl->getAnimation()->initCurve(animationCurve); in InitCurve()
270 ArkUI_Curve* iCurve = new ArkUI_Curve({ ARKUI_CURVE_TYPE_BASE, curve, animationCurve }); in InitCurve()
H A Danimate_impl.h110 ArkUI_CurveHandle InitCurve(ArkUI_AnimationCurve animationCurve);

Completed in 10 milliseconds