Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1291 final int nextSectionPos; in getPosFromItemCount() local
1293 nextSectionPos = sectionIndexer.getPositionForSection(section + 1); in getPosFromItemCount()
1295 nextSectionPos = totalItemCount - 1; in getPosFromItemCount()
1297 positionsInSection = nextSectionPos - sectionPos; in getPosFromItemCount()