Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/
H A Dswiper_element.cpp27 renderSwiper->SetBuildChildByIndex([weak = WeakClaim(this)](int32_t index) { in CreateRenderNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_element.cpp39 renderWaterFlow->SetBuildChildByIndex([weak = WeakClaim(this)](size_t index) { in CreateRenderNode()
H A Drender_water_flow.h78 inline void SetBuildChildByIndex(BuildChildByIndex func) in SetBuildChildByIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_element.cpp33 renderGrid->SetBuildChildByIndex([weak = WeakClaim(this)](int32_t index) { in CreateRenderNode()
H A Drender_grid_scroll.h61 void SetBuildChildByIndex(BuildChildByIndex func) in SetBuildChildByIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h261 void SetBuildChildByIndex(BuildChildByIndex buildChildByIndex) in SetBuildChildByIndex() function