Searched refs:nextNextSection (Results 1 – 1 of 1) sorted by relevance
1056 int nextNextSection = nextSection + 1; in scrollTo() local1057 while (nextNextSection < sectionCount && in scrollTo()1058 mSectionIndexer.getPositionForSection(nextNextSection) == nextIndex) { in scrollTo()1059 nextNextSection++; in scrollTo()