Home
last modified time | relevance | path

Searched refs:CreateAnimationContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_animation_bridge.h32 …static shared_ptr<JsValue> CreateAnimationContext(shared_ptr<JsRuntime> runtime, int32_t pageId, N…
H A Djsi_animation_bridge.cpp594 shared_ptr<JsValue> JsiAnimationBridgeUtils::CreateAnimationContext( in CreateAnimationContext() function in OHOS::Ace::Framework::JsiAnimationBridgeUtils
H A Djsi_engine.cpp2163 … resultValue = JsiAnimationBridgeUtils::CreateAnimationContext(runtime, page->GetPageId(), nodeId); in JsCallComponent()
2487 … resultValue = JsiAnimationBridgeUtils::CreateAnimationContext(runtime, page->GetPageId(), nodeId); in JsAnimate()