Searched refs:indexsInAnimation_ (Results 1 – 4 of 4) sorted by relevance
218 indexsInAnimation_ = indexsInAnimation; in SetIndexsInAnimation()396 std::set<int32_t> indexsInAnimation_; variable
1319 indexsInAnimation_.clear(); in HandleSwiperCustomAnimation()1326 if (indexsInAnimation_.find(item.first) == indexsInAnimation_.end() && in HandleSwiperCustomAnimation()1330 indexsInAnimation_.insert(item.first); in HandleSwiperCustomAnimation()1457 indexsInAnimation_.insert(index); in UpdateItemInfoInCustomAnimation()1479 if (indexsInAnimation_.find(item.first) == indexsInAnimation_.end()) { in FireSwiperCustomAnimationEvent()1512 if (indexsInAnimation_.empty()) { in FireContentDidScrollEvent()1520 if (indexsInAnimation_.find(item.first) == indexsInAnimation_.end()) { in FireContentDidScrollEvent()1531 indexsInAnimation_.clear(); in FireContentDidScrollEvent()5208 indexsInAnimation_.insert(toIndex); in OnCustomContentTransition()5288 indexsInAnimation_.erase(toIndex); in OnCustomAnimationFinish()[all …]
371 if (indexsInAnimation_.find(index) != indexsInAnimation_.end()) { in MeasureTabsCustomAnimation()
1096 std::set<int32_t> indexsInAnimation_; variable