Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1292 final int nextSectionPos; in getPosFromItemCount() local
1294 nextSectionPos = sectionIndexer.getPositionForSection(section + 1); in getPosFromItemCount()
1296 nextSectionPos = totalItemCount - 1; in getPosFromItemCount()
1298 positionsInSection = nextSectionPos - sectionPos; in getPosFromItemCount()