Searched refs:lastViewIndex (Results 1 – 1 of 1) sorted by relevance
7503 final int lastViewIndex = getChildCount() - 1; in run() local7504 final int lastPos = firstPos + lastViewIndex; in run()7506 if (lastViewIndex < 0) { in run()7516 final View lastView = getChildAt(lastViewIndex); in run()7598 final int lastViewIndex = getChildCount() - 2; in run() local7599 if (lastViewIndex < 0) { in run()7602 final int lastPos = firstPos + lastViewIndex; in run()7610 final View lastView = getChildAt(lastViewIndex); in run()