Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dkeyframe_animation.h86 const std::list<RefPtr<Keyframe<T>>>& GetKeyframes() const in GetKeyframes() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp364 if (propertyWidthAnimation_ && !propertyWidthAnimation_->GetKeyframes().empty()) { in TransitionOptionSetKeyframes()
367 if (propertyHeightAnimation_ && !propertyHeightAnimation_->GetKeyframes().empty()) { in TransitionOptionSetKeyframes()
371 if (propertyColorAnimation_ && !propertyColorAnimation_->GetKeyframes().empty()) { in TransitionOptionSetKeyframes()