Home
last modified time | relevance | path

Searched defs:animationFrames (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dbase_animation_bridge.cpp29 …ue_ptr<JsonValue>& argsPtrAnimation, std::unordered_map<std::string, std::string>& animationFrames) in JsParseAnimationFramesInternal()
100 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames) in HandleTransformOrigin()
147 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames, in SetTweenComponentParams()
155 …t std::string& content, std::vector<std::unordered_map<std::string, std::string>>& animationFrames) in JsParseAnimationFrames()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.cpp401 std::vector<std::unordered_map<std::string, std::string>> animationFrames; in JsCreateAnimation() local