Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp369 std::set<int32_t> removeIndexs; in MeasureTabsCustomAnimation() local
376 removeIndexs.insert(index); in MeasureTabsCustomAnimation()
379 for (const auto& index : removeIndexs) { in MeasureTabsCustomAnimation()