Searched refs:needUnmountIndexs_ (Results 1 – 4 of 4) sorted by relevance
223 needUnmountIndexs_ = needUnmountIndexs; in SetNeedUnmountIndexs()228 return needUnmountIndexs_; in GetNeedUnmountIndexs()397 std::set<int32_t> needUnmountIndexs_; variable
168 algo->SetNeedUnmountIndexs(needUnmountIndexs_); in CreateLayoutAlgorithm()172 algo->SetNeedUnmountIndexs(needUnmountIndexs_); in CreateLayoutAlgorithm()313 needUnmountIndexs_.clear(); in InitCapture()1306 needUnmountIndexs_.clear(); in HandleSwiperCustomAnimation()1327 needUnmountIndexs_.find(item.first) == needUnmountIndexs_.end() && in HandleSwiperCustomAnimation()1331 needUnmountIndexs_.insert(item.first); in HandleSwiperCustomAnimation()1458 needUnmountIndexs_.erase(index); in UpdateItemInfoInCustomAnimation()1537 if (needUnmountIndexs_.find(index) == needUnmountIndexs_.end()) { in OnSwiperCustomAnimationFinish()1554 needUnmountIndexs_.erase(index); in OnSwiperCustomAnimationFinish()1563 swiper->needUnmountIndexs_.erase(index); in OnSwiperCustomAnimationFinish()[all …]
370 for (const auto& index : needUnmountIndexs_) { in MeasureTabsCustomAnimation()380 needUnmountIndexs_.erase(index); in MeasureTabsCustomAnimation()477 needUnmountIndexs_.clear(); in MeasureSwiper()
1097 std::set<int32_t> needUnmountIndexs_; variable