Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp415 auto itemChild = renderList_.GetChildByIndex(itemIndex); in PerformLayout() local
538 auto itemChild = renderList_.GetChildByIndex(curTailIndex); in LayoutToItem() local
569 auto itemChild = renderList_.GetChildByIndex(curTailIndex); in LayoutToPosition() local
601 auto itemChild = renderList_.GetChildByIndex(curTailIndex); in LayoutMore() local
688 void ListLayoutManager::UpdateItemGroupAttr(RefPtr<RenderNode>& itemChild) in UpdateItemGroupAttr()
792 auto itemChild = renderList_.FindChildByIndex(it->first); in UpdateItemPosition() local
H A Dlist_watch_layout_manager.cpp44 auto itemChild = renderList_.GetChildByIndex(itemIndex); in PerformLayout() local
194 double ListWatchLayoutManager::GetFirstChildSize(RefPtr<RenderNode>& itemChild) in GetFirstChildSize()
H A Dgrid_layout_manager.cpp283 auto itemChild = renderList_.GetChildByIndex(itemIndex); in PerformLayout() local
383 auto itemChild = renderList_.GetChildByIndex(curTailIndex); in LayoutToItem() local
421 auto itemChild = renderList_.GetChildByIndex(curTailIndex); in LayoutMore() local
H A Drender_list.cpp194 auto itemChild = GetChildByIndex(itemIndex); in BuildNextItem() local