Home | History | Annotate | Download | only in launcher3

Lines Matching defs:maxRows

357         int maxRows = (isLandscape ? maxShortEdgeCellCount : maxLongEdgeCellCount);
362 allAppsNumRows = Math.max(minEdgeCellCount, Math.min(maxRows, allAppsNumRows));