Home
last modified time | relevance | path

Searched refs:ParseMotionPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp305 bool ParseMotionPath(const JSRef<JSVal>& jsValue, MotionPathOption& option) in ParseMotionPath() function
2720 if (ParseMotionPath(jsObj->GetProperty("motionPath"), motionPathOption)) { in JsSharedTransition()
6975 if (ParseMotionPath(jsVal, motionPathOption)) { in JsMotionPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp819 bool ParseMotionPath(const Framework::JSRef<Framework::JSVal>& jsValue, MotionPathOption& option) in ParseMotionPath() function
5407 if (ParseMotionPath(jsObj->GetProperty("motionPath"), motionPathOption)) { in SetSharedTransition()