Searched refs:nextNextSection (Results 1 – 1 of 1) sorted by relevance
993 int nextNextSection = nextSection + 1; in scrollTo() local994 while (nextNextSection < sectionCount && in scrollTo()995 mSectionIndexer.getPositionForSection(nextNextSection) == nextIndex) { in scrollTo()996 nextNextSection++; in scrollTo()