Searched refs:nextNextSection (Results 1 – 1 of 1) sorted by relevance
1041 int nextNextSection = nextSection + 1; in scrollTo() local1042 while (nextNextSection < sectionCount && in scrollTo()1043 mSectionIndexer.getPositionForSection(nextNextSection) == nextIndex) { in scrollTo()1044 nextNextSection++; in scrollTo()