Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h909 …RefPtr<KeyframeAnimation<Color>> SetPropertyColorAnimationKeyframe(const Color& begin, const Color…
H A Ddom_node.cpp323 … node.SetPropertyColorAnimationKeyframe(backgroundColorBegin, backgroundColorEnd); in CreatePropertyAnimation()
348 RefPtr<KeyframeAnimation<Color>> DOMNode::SetPropertyColorAnimationKeyframe(const Color& begin, con… in SetPropertyColorAnimationKeyframe() function in OHOS::Ace::Framework::DOMNode