Searched refs:lastViewIndex (Results 1 – 1 of 1) sorted by relevance
8050 final int lastViewIndex = getChildCount() - 1; in run() local8051 final int lastPos = firstPos + lastViewIndex; in run()8053 if (lastViewIndex < 0) { in run()8063 final View lastView = getChildAt(lastViewIndex); in run()8145 final int lastViewIndex = getChildCount() - 2; in run() local8146 if (lastViewIndex < 0) { in run()8149 final int lastPos = firstPos + lastViewIndex; in run()8157 final View lastView = getChildAt(lastViewIndex); in run()