Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animator.cpp535 auto keyframeIter = keyframeAnimations.find({ target->GetId(), property->GetId() }); in CreateImplicitAnimation() local
538 if (keyframeIter == keyframeAnimations.end()) { in CreateImplicitAnimation()
544 … keyframeImplicitParam->AddKeyframe(keyframeIter->second, totalDuration, startValue, endValue); in CreateImplicitAnimation()
546 keyframeImplicitParam->AddKeyframe(keyframeIter->second, startValue, endValue); in CreateImplicitAnimation()