Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp312 … node.propertyWidthAnimation_ = node.SetPropertyFloatAnimationKeyframe(widthBegin, widthEnd); in CreatePropertyAnimation()
317 … node.propertyHeightAnimation_ = node.SetPropertyFloatAnimationKeyframe(heightBegin, heightEnd); in CreatePropertyAnimation()
338 RefPtr<KeyframeAnimation<float>> DOMNode::SetPropertyFloatAnimationKeyframe(float begin, float end) in SetPropertyFloatAnimationKeyframe() function in OHOS::Ace::Framework::DOMNode
H A Ddom_node.h908 RefPtr<KeyframeAnimation<float>> SetPropertyFloatAnimationKeyframe(float begin, float end);