Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2823 int topViewIndex, bottomViewIndex; in handleNewSelectionChange() local
2829 bottomViewIndex = selectedIndex; in handleNewSelectionChange()
2835 bottomViewIndex = nextSelectedIndex; in handleNewSelectionChange()
2837 bottomView = getChildAt(bottomViewIndex); in handleNewSelectionChange()
2851 measureAndAdjustDown(bottomView, bottomViewIndex, numChildren); in handleNewSelectionChange()