Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h119 using OnAnimationCallJSFunc = std::function<void()>; variable
410 …void StartAnimationController(GridLayoutAnimationAct animationAct, const OnAnimationCallJSFunc& fu…
568 OnAnimationCallJSFunc jsMoveFunc_ = nullptr;
569 OnAnimationCallJSFunc jsDropFunc_ = nullptr;
570 OnAnimationCallJSFunc restoreSceneFunc_ = nullptr;
H A Drender_grid_layout.cpp2317 …t::StartAnimationController(GridLayoutAnimationAct animationAct, const OnAnimationCallJSFunc& func) in StartAnimationController()
2367 OnAnimationCallJSFunc func = nullptr; in FinishedAnimationController()