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