Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h468 void AddChildItem(RefPtr<RenderNode> child);
H A Drender_list.cpp1597 AddChildItem(newChild); in RequestAndLayoutNewItem()
1744 AddChildItem(currentStickyItem_); in ApplyPreviousStickyListItem()
3133 void RenderList::AddChildItem(RefPtr<RenderNode> child) in AddChildItem() function in OHOS::Ace::V2::RenderList