Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2827 int topViewIndex, bottomViewIndex; in handleNewSelectionChange() local
2832 topViewIndex = nextSelectedIndex; in handleNewSelectionChange()
2834 topView = getChildAt(topViewIndex); in handleNewSelectionChange()
2838 topViewIndex = selectedIndex; in handleNewSelectionChange()
2849 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()