Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1289 final int sectionPos = sectionIndexer.getPositionForSection(section); in getPosFromItemCount() local
1299 positionsInSection = nextSectionPos - sectionPos; in getPosFromItemCount()
1301 positionsInSection = totalItemCount - sectionPos; in getPosFromItemCount()
1309 posWithinSection = (firstVisibleItem + incrementalPos - sectionPos) in getPosFromItemCount()