Searched refs:lastViewIndex (Results 1 – 1 of 1) sorted by relevance
7728 final int lastViewIndex = getChildCount() - 1; in run() local7729 final int lastPos = firstPos + lastViewIndex; in run()7731 if (lastViewIndex < 0) { in run()7741 final View lastView = getChildAt(lastViewIndex); in run()7823 final int lastViewIndex = getChildCount() - 2; in run() local7824 if (lastViewIndex < 0) { in run()7827 final int lastPos = firstPos + lastViewIndex; in run()7835 final View lastView = getChildAt(lastViewIndex); in run()