Home
last modified time | relevance | path

Searched defs:BuildChildByIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/swiper/
H A Dswiper_element.cpp54 bool SwiperElement::BuildChildByIndex(int32_t index) in BuildChildByIndex() function in OHOS::Ace::V2::SwiperElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_element.cpp80 bool WaterFlowElement::BuildChildByIndex(size_t index) in BuildChildByIndex() function in OHOS::Ace::V2::WaterFlowElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_element.cpp80 bool GridElement::BuildChildByIndex(int32_t index) in BuildChildByIndex() function in OHOS::Ace::V2::GridElement
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h107 using BuildChildByIndex = std::function<bool(int32_t)>; variable