Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java1285 final int currentVisibleSize; in getPosFromItemCount() local
1288 currentVisibleSize = mList.getHeight() - bottomPadding - lastChild.getTop(); in getPosFromItemCount()
1291 currentVisibleSize = mList.getHeight() - lastChild.getTop(); in getPosFromItemCount()
1293 if (currentVisibleSize > 0 && maxSize > 0) { in getPosFromItemCount()
1294 result += (1 - result) * ((float) currentVisibleSize / maxSize ); in getPosFromItemCount()