Home
last modified time | relevance | path

Searched refs:animationKeyframes (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.h53 void ParseAnimationStyle(const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes,
H A Danimation_util.cpp80 const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes, in ParseAnimationStyle()
90 for (const auto& animationNameKeyframe : animationKeyframes) { in ParseAnimationStyle()
79 ParseAnimationStyle( const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes, const RefPtr<Declaration>& declaration, const RefPtr<ThemeConstants> themeConstants) ParseAnimationStyle() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h70 void SetAnimationStyle(const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes);
71 bool ParseAnimationStyle(const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes);
72 void SetSharedTransitionStyle(const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes);
H A Ddom_node.cpp1046 const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes) in SetSharedTransitionStyle()
1056 if (!ParseAnimationStyle(animationKeyframes)) { in SetSharedTransitionStyle()
1063 bool DOMNode::ParseAnimationStyle(const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes) in ParseAnimationStyle() argument
1065 if (animationKeyframes.empty()) { in ParseAnimationStyle()
1068 animationUtil_.ParseAnimationStyle(animationKeyframes, declaration_, GetThemeConstants()); in ParseAnimationStyle()
1080 void DOMNode::SetAnimationStyle(const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes) in SetAnimationStyle() argument
1082 if (!declaration_ || !ParseAnimationStyle(animationKeyframes)) { in SetAnimationStyle()
1045 SetSharedTransitionStyle( const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes) SetSharedTransitionStyle() argument

Completed in 7 milliseconds