Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1306 final int nextSectionPos; in getPosFromItemCount() local
1308 nextSectionPos = sectionIndexer.getPositionForSection(section + 1); in getPosFromItemCount()
1310 nextSectionPos = totalItemCount - 1; in getPosFromItemCount()
1312 positionsInSection = nextSectionPos - sectionPos; in getPosFromItemCount()