Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1305 final float posWithinSection; in getPosFromItemCount() local
1307 posWithinSection = 0; in getPosFromItemCount()
1309 posWithinSection = (firstVisibleItem + incrementalPos - sectionPos) in getPosFromItemCount()
1313 float result = (section + posWithinSection) / sectionCount; in getPosFromItemCount()