Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_animator_function.h24 class JsAnimatorFunction : public JsFunction {
25 DECLARE_ACE_TYPE(JsAnimatorFunction, JsFunction) in DECLARE_ACE_TYPE() argument
28 …explicit JsAnimatorFunction(const JSRef<JSFunc>& jsFunction) : JsFunction(JSRef<JSObject>(), jsFun… in DECLARE_ACE_TYPE()
30 ~JsAnimatorFunction() override {}; in ~JsAnimatorFunction()
H A Djs_animator_function.cpp22 void JsAnimatorFunction::Execute(float progress) in Execute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animator.cpp373 …RefPtr<JsAnimatorFunction> function = AceType::MakeRefPtr<JsAnimatorFunction>(JSRef<JSFunc>::Cast(… in OnFrame()