Searched refs:maxRows (Results 1 – 8 of 8) sorted by relevance
316 private void checkResultCounts(String queryString, int minRows, int maxRows, in checkResultCounts() argument341 assertTrue(foundRows <= maxRows); in checkResultCounts()
554 const size_t maxRows = 5; in initFrames() local560 size_t rows = testRandMod(maxRows) + 1; in initFrames()
547 final int maxRows = (maxDay / DAYS_IN_WEEK) - ((maxDay % DAYS_IN_WEEK == 0) ? 1 : 0); in findClosestRow() local549 row = MathUtils.constrain(row, 0, maxRows); in findClosestRow()
9949 int maxRows = rowIds.length; in makeBigContentView() local9951 maxRows--; in makeBigContentView()9964 if (totalNumRows > maxRows) { in makeBigContentView()9965 int overflow = totalNumRows - maxRows; in makeBigContentView()9966 if (mTexts.size() > maxRows) { in makeBigContentView()9969 maxRows -= overflow; in makeBigContentView()9976 while (i < mTexts.size() && i < maxRows) { in makeBigContentView()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
839 field public static final int maxRows = 16843059; // 0x1010133
1173 field public static final int maxRows = 16843059; // 0x1010133
75482 Lcom/android/internal/R$attr;->maxRows:I