Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1335 final int currentVisibleSize; in getPosFromItemCount() local
1338 currentVisibleSize = mList.getHeight() - bottomPadding - lastChild.getTop(); in getPosFromItemCount()
1341 currentVisibleSize = mList.getHeight() - lastChild.getTop(); in getPosFromItemCount()
1343 if (currentVisibleSize > 0 && maxSize > 0) { in getPosFromItemCount()
1344 result += (1 - result) * ((float) currentVisibleSize / maxSize ); in getPosFromItemCount()