Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp947 StartAnimationController(GridLayoutAnimationAct::ANIMATION_RESTORE_SCENE, nullptr); in RestoreScene()
1291 StartAnimationController(GridLayoutAnimationAct::ANIMATION_DRAG_DROP, nullptr); in ImpDropInGrid()
1321 StartAnimationController(GridLayoutAnimationAct::ANIMATION_DRAG_MOVE, nullptr); in ImpDragMove()
1351StartAnimationController(GridLayoutAnimationAct::ANIMATION_DRAG_MOVE, [weak = WeakClaim(this)]() { in ImpDragLeaveMainGrid()
1389StartAnimationController(GridLayoutAnimationAct::ANIMATION_DRAG_MOVE, [weak = WeakClaim(this)]() { in ImpDragEnterMainGrid()
2317 void RenderGridLayout::StartAnimationController(GridLayoutAnimationAct animationAct, const OnAnimat… in StartAnimationController() function in OHOS::Ace::RenderGridLayout
H A Drender_grid_layout.h410 …void StartAnimationController(GridLayoutAnimationAct animationAct, const OnAnimationCallJSFunc& fu…