Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2811 private void handleNewSelectionChange(View selectedView, int direction, int newSelectedPosition, in handleNewSelectionChange() argument
2813 if (newSelectedPosition == INVALID_POSITION) { in handleNewSelectionChange()
2826 final int nextSelectedIndex = newSelectedPosition - mFirstPosition; in handleNewSelectionChange()