Home
last modified time | relevance | path

Searched refs:nextNextSection (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DFastScroller.java1041 int nextNextSection = nextSection + 1; in scrollTo() local
1042 while (nextNextSection < sectionCount && in scrollTo()
1043 mSectionIndexer.getPositionForSection(nextNextSection) == nextIndex) { in scrollTo()
1044 nextNextSection++; in scrollTo()