Searched refs:posWithinSection (Results 1 – 1 of 1) sorted by relevance
1318 final float posWithinSection; in getPosFromItemCount() local1320 posWithinSection = 0; in getPosFromItemCount()1322 posWithinSection = (firstVisibleItem + incrementalPos - sectionPos) in getPosFromItemCount()1326 float result = (section + posWithinSection) / sectionCount; in getPosFromItemCount()