Home
last modified time | relevance | path

Searched refs:indexsInAnimation_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h218 indexsInAnimation_ = indexsInAnimation; in SetIndexsInAnimation()
396 std::set<int32_t> indexsInAnimation_; variable
H A Dswiper_pattern.cpp1319 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 …]
H A Dswiper_layout_algorithm.cpp371 if (indexsInAnimation_.find(index) != indexsInAnimation_.end()) { in MeasureTabsCustomAnimation()
H A Dswiper_pattern.h1096 std::set<int32_t> indexsInAnimation_; variable