Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2825 View topView; in handleNewSelectionChange() local
2834 topView = getChildAt(topViewIndex); in handleNewSelectionChange()
2840 topView = selectedView; in handleNewSelectionChange()
2847 if (topView != null) { in handleNewSelectionChange()
2848 topView.setSelected(!newFocusAssigned && topSelected); in handleNewSelectionChange()
2849 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()