Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DAbsListView.java7728 final int lastViewIndex = getChildCount() - 1; in run() local
7729 final int lastPos = firstPos + lastViewIndex; in run()
7731 if (lastViewIndex < 0) { in run()
7741 final View lastView = getChildAt(lastViewIndex); in run()
7823 final int lastViewIndex = getChildCount() - 2; in run() local
7824 if (lastViewIndex < 0) { in run()
7827 final int lastPos = firstPos + lastViewIndex; in run()
7835 final View lastView = getChildAt(lastViewIndex); in run()