Home | History | Annotate | Download | only in launcher3

Lines Matching defs:upperIndex

1821                                 int upperIndex = (dragViewIndex > pageUnderPointIndex) ?
1823 for (int i = lowerIndex; i <= upperIndex; ++i) {
2635 int upperIndex = (slideFromLeft ? dragViewIndex - 1 : lastIndex);
2637 for (int i = lowerIndex; i <= upperIndex; ++i) {