Home | History | Annotate | Download | only in app

Lines Matching defs:maxRows

7567             int maxRows = rowIds.length;
7569 maxRows--;
7581 if (totalNumRows > maxRows) {
7582 int overflow = totalNumRows - maxRows;
7583 if (mTexts.size() > maxRows) {
7586 maxRows -= overflow;
7593 while (i < mTexts.size() && i < maxRows) {