Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1302 final int sectionPos = sectionIndexer.getPositionForSection(section); in getPosFromItemCount() local
1312 positionsInSection = nextSectionPos - sectionPos; in getPosFromItemCount()
1314 positionsInSection = totalItemCount - sectionPos; in getPosFromItemCount()
1322 posWithinSection = (firstVisibleItem + incrementalPos - sectionPos) in getPosFromItemCount()