Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h85 deleteChildByIndex_ = std::move(func); in SetDeleteChildByIndex()
258 DeleteChildByIndex deleteChildByIndex_; variable
H A Drender_water_flow.cpp651 if (!deleteChildByIndex_) { in DeleteItems()
659 deleteChildByIndex_(index); in DeleteItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h68 deleteChildByIndex_ = std::move(func); in SetDeleteChildByIndex()
273 DeleteChildByIndex deleteChildByIndex_; variable
H A Drender_grid_scroll.cpp977 if (deleteChildByIndex_) { in DealCache()
980 deleteChildByIndex_(index); in DealCache()
1012 if (!deleteChildByIndex_) { in DeleteItems()
1021 deleteChildByIndex_(item.second); in DeleteItems()
1076 deleteChildByIndex_(item.first); in ClearItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h268 deleteChildByIndex_ = std::move(deleteChildByIndex); in SetDeleteChildByIndex()
624 DeleteChildByIndex deleteChildByIndex_; variable
H A Drender_swiper.cpp3168 deleteChildByIndex_(cacheStart_++); in LoadLazyItems()
3175 deleteChildByIndex_(cacheStart_); in LoadLazyItems()
3186 deleteChildByIndex_(cacheEnd_--); in LoadLazyItems()
3193 deleteChildByIndex_(cacheEnd_); in LoadLazyItems()
3219 deleteChildByIndex_(item.first); in OnDataSourceUpdated()
3231 deleteChildByIndex_(item.first); in ClearItems()