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