Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.cpp274 void JsAcePage::AddAnimationBridge(NodeId nodeId, const RefPtr<BaseAnimationBridge>& animationBridge) in AddAnimationBridge() argument
276 if (!animationBridge) { in AddAnimationBridge()
281 animationBridges_[nodeId] = animationBridge; in AddAnimationBridge()
H A Djs_ace_page.h188 void AddAnimationBridge(NodeId nodeId, const RefPtr<BaseAnimationBridge>& animationBridge);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.cpp666 auto animationBridge = AceType::DynamicCast<JsiAnimationBridge>(page->GetAnimationBridge(nodeId)); in AnimationBridgeTaskFunc() local
667 if (!animationBridge) { in AnimationBridgeTaskFunc()
692 animationBridge->SetPlayStateCallbacks(animator); in AnimationBridgeTaskFunc()
H A Djsi_engine.cpp2164 auto animationBridge = AceType::MakeRefPtr<JsiAnimationBridge>(runtime, resultValue, nodeId); in JsCallComponent() local
2165 auto task = AceType::MakeRefPtr<JsiAnimationBridgeTaskCreate>(runtime, animationBridge, arguments); in JsCallComponent()
2488 auto animationBridge = AceType::MakeRefPtr<JsiAnimationBridge>(runtime, resultValue, nodeId); in JsAnimate() local
2489 auto task = AceType::MakeRefPtr<JsiAnimationBridgeTaskCreate>(runtime, animationBridge, arguments); in JsAnimate()

Completed in 9 milliseconds