Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2821 int topViewIndex, bottomViewIndex; in handleNewSelectionChange() local
2826 topViewIndex = nextSelectedIndex; in handleNewSelectionChange()
2828 topView = getChildAt(topViewIndex); in handleNewSelectionChange()
2832 topViewIndex = selectedIndex; in handleNewSelectionChange()
2843 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()