Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java520 setThumbPos(getPosFromItemCount(firstVisibleItem, childCount, itemCount)); in onItemCountChanged()
936 setThumbPos(getPosFromItemCount(firstVisibleItem, visibleItemCount, totalItemCount)); in onScroll()
1246 private float getPosFromItemCount( in getPosFromItemCount() method in FastScroller