Home
last modified time | relevance | path

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

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