Searched refs:animationKeyframes (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_util.h | 53 void ParseAnimationStyle(const std::vector<std::unordered_map<std::string, std::string>>& animationKeyframes,
|
H A D | animation_util.cpp | 80 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 D | dom_node.h | 70 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 D | dom_node.cpp | 1046 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