Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp44 auto itemChild = renderList_.GetChildByIndex(itemIndex); in PerformLayout() local
46 while (itemChild) { in PerformLayout()
47 UpdateItemGroupAttr(itemChild); in PerformLayout()
48 itemChild->Layout(AdjustLayoutParam(itemChild, innerLayout)); in PerformLayout()
54 SetChildPosition(itemChild, itemIndex, curMainSize); in PerformLayout()
60 CalculateItemState(itemChild); in PerformLayout()
61 itemChild = renderList_.GetChildByIndex(++itemIndex); in PerformLayout()
196 auto renderListItem = RenderListItem::GetRenderListItem(itemChild); in GetFirstChildSize()
198 return renderList_.GetMainSize(itemChild->GetLayoutSize()); in GetFirstChildSize()
202 return renderList_.GetMainSize(itemChild->GetLayoutSize()); in GetFirstChildSize()
[all …]
H A Dlist_layout_manager.cpp422 while (itemChild) { in PerformLayout()
423 UpdateItemGroupAttr(itemChild); in PerformLayout()
424 itemChild->Layout(AdjustLayoutParam(itemChild, innerLayout)); in PerformLayout()
438 if (enableChain_ && itemChild) { in PerformLayout()
539 while (itemChild) { in LayoutToItem()
540 itemChild->Layout(innerLayout); in LayoutToItem()
570 while (itemChild) { in LayoutToPosition()
571 itemChild->Layout(innerLayout); in LayoutToPosition()
603 while (itemChild) { in LayoutMore()
604 itemChild->Layout(innerLayout); in LayoutMore()
[all …]
H A Dgrid_layout_manager.cpp283 auto itemChild = renderList_.GetChildByIndex(itemIndex); in PerformLayout() local
285 itemChild = renderList_.GetChildByIndex(itemIndex); in PerformLayout()
291 while (itemChild) { in PerformLayout()
299 itemChild->Layout(innerLayout); in PerformLayout()
313 itemChild = renderList_.GetChildByIndex(++itemIndex); in PerformLayout()
383 auto itemChild = renderList_.GetChildByIndex(curTailIndex); in LayoutToItem() local
385 while (itemChild) { in LayoutToItem()
393 itemChild->Layout(innerLayout); in LayoutToItem()
421 auto itemChild = renderList_.GetChildByIndex(curTailIndex); in LayoutMore() local
424 while (itemChild) { in LayoutMore()
[all …]
H A Dlist_watch_layout_manager.h45 double GetFirstChildSize(RefPtr<RenderNode>& itemChild);
H A Drender_list.cpp194 auto itemChild = GetChildByIndex(itemIndex); in BuildNextItem() local
198 while (itemChild) { in BuildNextItem()
199 curMainSize += GetMainSize(itemChild->GetLayoutSize()); in BuildNextItem()
203 itemChild = GetChildByIndex(++itemIndex); in BuildNextItem()
211 itemChild = GetChildByIndex(++itemIndex); in BuildNextItem()
H A Dlist_layout_manager.h77 void UpdateItemGroupAttr(RefPtr<RenderNode>& itemChild);