Lines Matching refs:endIndex
1077 int endIndex = Math.min(startIndex + numCells, mApps.size());1083 for (int i = startIndex; i < endIndex; ++i) {