Searched refs:currentVisibleSize (Results 1 – 1 of 1) sorted by relevance
1335 final int currentVisibleSize; in getPosFromItemCount() local1338 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()