Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp160 JSRef<JSFunc> jsAnimateToFunc, int32_t triggerId) in AnimateToForStageMode() argument
166 jsAnimateToFunc->Call(jsAnimateToFunc); in AnimateToForStageMode()
214 JSRef<JSFunc> jsAnimateToFunc, const std::optional<int32_t>& count, bool immediately) in StartAnimationForStageMode() argument
241 …if (!pipelineContext->CatchInteractiveAnimations([pipelineContext, option, jsAnimateToFunc, trigge… in StartAnimationForStageMode()
242 AnimateToForStageMode(pipelineContext, option, jsAnimateToFunc, triggerId); in StartAnimationForStageMode()
244 AnimateToForStageMode(pipelineContext, option, jsAnimateToFunc, triggerId); in StartAnimationForStageMode()
257 JSRef<JSFunc> jsAnimateToFunc, const std::optional<int32_t>& count, bool immediately) in StartAnimateToForFaMode() argument
274 jsAnimateToFunc->Call(jsAnimateToFunc); in StartAnimateToForFaMode()
745 JSRef<JSFunc> jsAnimateToFunc = JSRef<JSFunc>::Cast(info[1]); in AnimateToInner() local
746 jsAnimateToFunc->Call(info[1]); in AnimateToInner()