Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/
H A Dswiper_element.cpp84 swiper->RemoveChildByIndex(index); in DeleteChildByIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h94 inline void RemoveChildByIndex(size_t index) in RemoveChildByIndex() function
H A Drender_water_flow.cpp660 RemoveChildByIndex(index); in DeleteItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h90 void RemoveChildByIndex(int32_t index) in RemoveChildByIndex() function
H A Drender_grid_scroll.cpp1022 RemoveChildByIndex(item.second); in DeleteItems()
1080 RemoveChildByIndex(item.first); in ClearItems()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h271 void RemoveChildByIndex(int32_t index);
H A Drender_swiper.cpp3207 void RenderSwiper::RemoveChildByIndex(int32_t index) in RemoveChildByIndex() function in OHOS::Ace::RenderSwiper