Home | History | Annotate | Download | only in launcher2

Lines Matching refs:startIndex

700         int startIndex = page * numCells;
701 int endIndex = Math.min(startIndex + numCells, mApps.size());
707 for (int i = startIndex; i < endIndex; ++i) {
716 int index = i - startIndex;