Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.h68 std::shared_ptr<RSAnimation> CreateEmptyAnimation(std::shared_ptr<RSPropertyBase> property,
H A Drs_implicit_animation_param.cpp143 std::shared_ptr<RSAnimation> RSImplicitCancelAnimationParam::CreateEmptyAnimation( in CreateEmptyAnimation() function in OHOS::Rosen::RSImplicitCancelAnimationParam
H A Drs_implicit_animator.cpp586 … animation = curveImplicitParam->CreateEmptyAnimation(property, startValue, endValue); in CreateImplicitAnimation()