Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2712 View topView; in handleNewSelectionChange() local
2721 topView = getChildAt(topViewIndex); in handleNewSelectionChange()
2727 topView = selectedView; in handleNewSelectionChange()
2734 if (topView != null) { in handleNewSelectionChange()
2735 topView.setSelected(!newFocusAssigned && topSelected); in handleNewSelectionChange()
2736 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()