Searched refs:animationItemList_ (Results 1 – 2 of 2) sorted by relevance
2017 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()
572 std::list<RefPtr<RenderNode>> animationItemList_; variable