Home
last modified time | relevance | path

Searched refs:lastViewIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsListView.java8050 final int lastViewIndex = getChildCount() - 1; in run() local
8051 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() local
8146 if (lastViewIndex < 0) { in run()
8149 final int lastPos = firstPos + lastViewIndex; in run()
8157 final View lastView = getChildAt(lastViewIndex); in run()