Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h392 static void JsMotionPath(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp6966 void JSViewAbstract::JsMotionPath(const JSCallbackInfo& info) in JsMotionPath() function in OHOS::Ace::Framework::JSViewAbstract
8778 JSClass<JSViewAbstract>::StaticMethod("motionPath", &JSViewAbstract::JsMotionPath); in JSBind()