Home
last modified time | relevance | path

Searched defs:animationCurve (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp250 void SwiperComponent::SetAnimationCurve(AnimationCurve animationCurve) in SetAnimationCurve()
H A Drender_swiper.cpp1230 auto animationCurve = swiper_->GetAnimationCurve(); in InitSwipeToAnimation() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.cpp264 ArkUI_CurveHandle InitCurve(ArkUI_AnimationCurve animationCurve) in InitCurve()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h226 void SetAnimationCurve(AnimationCurve animationCurve) in SetAnimationCurve()