Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2823 int topViewIndex, bottomViewIndex; in handleNewSelectionChange() local
2828 topViewIndex = nextSelectedIndex; in handleNewSelectionChange()
2830 topView = getChildAt(topViewIndex); in handleNewSelectionChange()
2834 topViewIndex = selectedIndex; in handleNewSelectionChange()
2845 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()