Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_element.cpp108 …propertyAnimationMap[PropertyAnimatableType::PROPERTY_WIDTH])->ReplaceKeyframe(keyframeWidthBegin); in ReplaceAnimation()
115 …(propertyAnimationMap[PropertyAnimatableType::PROPERTY_HEIGHT])->ReplaceKeyframe(keyframeHeightBeg… in ReplaceAnimation()
122 …AceType::DynamicCast<KeyframeAnimation<Color>>(colorAnimation)->ReplaceKeyframe(keyframeColorBegin… in ReplaceAnimation()
132 …AceType::DynamicCast<KeyframeAnimation<float>>(opacityAnimation)->ReplaceKeyframe(keyframeOpacityB… in ReplaceAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dkeyframe_animation.h64 void ReplaceKeyframe(const RefPtr<Keyframe<T>>& keyframeReplace) in ReplaceKeyframe() function