Searched refs:lastViewIndex (Results 1 – 1 of 1) sorted by relevance
7443 final int lastViewIndex = getChildCount() - 1; in run() local7444 final int lastPos = firstPos + lastViewIndex; in run()7446 if (lastViewIndex < 0) { in run()7456 final View lastView = getChildAt(lastViewIndex); in run()7534 final int lastViewIndex = getChildCount() - 2; in run() local7535 if (lastViewIndex < 0) { in run()7538 final int lastPos = firstPos + lastViewIndex; in run()7546 final View lastView = getChildAt(lastViewIndex); in run()