Lines Matching refs:fRowCount
159 fRowCount(0), in BGridLayout()
174 fRowCount(0), in BGridLayout()
193 for (int32 i = 0; i < fRowCount; i++) { in BGridLayout()
240 return fRowCount; in CountRows()
426 for (int32 row = 0; row < fRowCount; row++) { in AddItem()
484 for (int32 i = 0; i < fRowCount && result == B_OK; i++) { in Archive()
617 || itemDimensions.y + itemDimensions.height == fRowCount) { in ItemRemoved()
619 int32 rowCount = fRowCount; in ItemRemoved()
642 if (columnCount != fColumnCount || rowCount != fRowCount) in ItemRemoved()
672 return fRowCount; in InternalCountRows()
706 if (column >= fColumnCount || row >= fRowCount) in _IsGridCellEmpty()
720 int32 toRow = min_c(row + rowCount, fRowCount); in _AreGridCellsEmpty()
744 int32 newRowCount = max_c(fRowCount, row + rowCount); in _InsertItemIntoGrid()
745 if (newColumnCount > fColumnCount || newRowCount > fRowCount) { in _InsertItemIntoGrid()
767 if (columnCount == fColumnCount && rowCount == fRowCount) in _ResizeGrid()
770 int32 rowsToKeep = min_c(rowCount, fRowCount); in _ResizeGrid()
797 swap(rowCount, fRowCount); in _ResizeGrid()