Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp2017 animationItemList_.clear(); in MoveItemsForward()
2068 animationItemList_.clear(); in MoveItemsBackward()
2251 animationItemList_.emplace_back(item); in AddNodeAnimationToController()
2295 animationItemList_.emplace_back(itemTmp); in AddNodeAnimationToControllerForDrop()
2340 for (auto iter = animationItemList_.begin(); iter != animationItemList_.end(); ++iter) { in StartAnimationController()
H A Drender_grid_layout.h572 std::list<RefPtr<RenderNode>> animationItemList_; variable