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