Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.h63 bool BuildListData(int32_t index);
H A Dlist_element.cpp83 return listElement->BuildListData(index); in CreateRenderNode()
169 bool ListElement::BuildListData(int32_t index) in BuildListData() function in OHOS::Ace::ListElement