Searched refs:rowCount (Results 1 – 2 of 2) sorted by relevance
169 int rowCount = 0; in calcLayoutSize() local183 if (minimumWidth > 0 && rowCount != 0 && in calcLayoutSize()189 rowCount = 0; in calcLayoutSize()196 rowCount++; in calcLayoutSize()200 if (rowCount > 0) { in calcLayoutSize()
216 int rowCount = model.getRowCount(); in reallocateIndexes() local220 indexes = new int[rowCount]; in reallocateIndexes()223 for (int row = 0; row < rowCount; row++) in reallocateIndexes()