Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp382 int32_t itemCol = GetItemColumnIndex(item); in GetTargetLayoutSize() local
385 if (itemRow >= 0 && itemRow < rowCount_ && itemCol >= 0 && itemCol < colCount_ && in GetTargetLayoutSize()
386 CheckGridPlaced(itemIndex, itemRow, itemCol, itemRowSpan, itemColSpan)) { in GetTargetLayoutSize()
387 if (itemRow == row && itemCol == col) { in GetTargetLayoutSize()
1692 int32_t itemCol = GetItemColumnIndex(item); in PerformLayoutForStaticGrid() local
1695 if (itemRow >= 0 && itemRow < rowCount_ && itemCol >= 0 && itemCol < colCount_ && in PerformLayoutForStaticGrid()
1696 CheckGridPlaced(itemIndex, itemRow, itemCol, itemRowSpan, itemColSpan)) { in PerformLayoutForStaticGrid()
1697 item->Layout(MakeInnerLayoutParam(itemRow, itemCol, itemRowSpan, itemColSpan)); in PerformLayoutForStaticGrid()
1698 SetChildPosition(item, itemRow, itemCol, itemRowSpan, itemColSpan); in PerformLayoutForStaticGrid()