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