Searched refs:lastViewIndex (Results 1 – 1 of 1) sorted by relevance
7164 final int lastViewIndex = getChildCount() - 1; in run() local7165 final int lastPos = firstPos + lastViewIndex; in run()7167 if (lastViewIndex < 0) { in run()7177 final View lastView = getChildAt(lastViewIndex); in run()7255 final int lastViewIndex = getChildCount() - 2; in run() local7256 if (lastViewIndex < 0) { in run()7259 final int lastPos = firstPos + lastViewIndex; in run()7267 final View lastView = getChildAt(lastViewIndex); in run()