Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/provider/
DSearchRecentSuggestionsProviderTest.java316 private void checkResultCounts(String queryString, int minRows, int maxRows, in checkResultCounts() argument
341 assertTrue(foundRows <= maxRows); in checkResultCounts()
/frameworks/native/opengl/tests/hwc/
DhwcStress.cpp554 const size_t maxRows = 5; in initFrames() local
560 size_t rows = testRandMod(maxRows) + 1; in initFrames()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java387 public void setMaxRows(int maxRows) { in setMaxRows() argument
388 mMaxRows = maxRows; in setMaxRows()
/frameworks/base/core/java/android/widget/
DSimpleMonthView.java536 final int maxRows = (maxDay / DAYS_IN_WEEK) - ((maxDay % DAYS_IN_WEEK == 0) ? 1 : 0); in findClosestRow() local
538 row = MathUtils.constrain(row, 0, maxRows); in findClosestRow()
/frameworks/base/core/java/android/app/
DNotification.java7567 int maxRows = rowIds.length; in makeBigContentView() local
7569 maxRows--; in makeBigContentView()
7581 if (totalNumRows > maxRows) { in makeBigContentView()
7582 int overflow = totalNumRows - maxRows; in makeBigContentView()
7583 if (mTexts.size() > maxRows) { in makeBigContentView()
7586 maxRows -= overflow; in makeBigContentView()
7593 while (i < mTexts.size() && i < maxRows) { in makeBigContentView()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt839 field public static final int maxRows = 16843059; // 0x1010133
/frameworks/base/api/
Dcurrent.txt909 field public static final int maxRows = 16843059; // 0x1010133
/frameworks/base/config/
Dhiddenapi-public-dex.txt36304 Landroid/R$attr;->maxRows:I
Dhiddenapi-private-dex.txt112464 Lcom/android/internal/R$attr;->maxRows:I