Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp1443 activeItems_.insert(i); in CheckCachedItem()
1447 activeItems_.insert(i); in CheckCachedItem()
1450 activeItems_.insert(i); in CheckCachedItem()
1463 if (activeItems_.find(startIndex) == activeItems_.end() in CheckCachedItem()
1469 if (activeItems_.find(endIndex) == activeItems_.end() in CheckCachedItem()
1478 activeItems_.erase(i); in CheckCachedItem()
H A Dswiper_layout_algorithm.h410 std::set<int32_t> activeItems_; variable