Home | History | Annotate | Download | only in launcher2

Lines Matching full:startindex

1021         int startIndex = page * numCells;
1022 int endIndex = Math.min(startIndex + numCells, mApps.size());
1028 for (int i = startIndex; i < endIndex; ++i) {
1038 int index = i - startIndex;