Searched refs:lastViewIndex (Results 1 – 1 of 1) sorted by relevance
7245 final int lastViewIndex = getChildCount() - 1; in run() local7246 final int lastPos = firstPos + lastViewIndex; in run()7248 if (lastViewIndex < 0) { in run()7258 final View lastView = getChildAt(lastViewIndex); in run()7336 final int lastViewIndex = getChildCount() - 2; in run() local7337 if (lastViewIndex < 0) { in run()7340 final int lastPos = firstPos + lastViewIndex; in run()7348 final View lastView = getChildAt(lastViewIndex); in run()