Home | History | Annotate | Download | only in launcher2

Lines Matching refs:startIndex

1076         int startIndex = page * numCells;
1077 int endIndex = Math.min(startIndex + numCells, mApps.size());
1083 for (int i = startIndex; i < endIndex; ++i) {
1093 int index = i - startIndex;