Searched defs:nextSelectedPosition (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListView.java2432 int nextSelectedPosition = lookForSelectablePositionOnScreen(direction);
2433 int amountToScroll = amountToScroll(direction, nextSelectedPosition);
2438 nextSelectedPosition = focusResult.getSelectedPosition();
2443 if (nextSelectedPosition != INVALID_POSITION) {
2444 handleNewSelectionChange(selectedView, direction, nextSelectedPosition, focusResult != null);
2445 setSelectedPositionInt(nextSelectedPosition);
2446 setNextSelectedPositionInt(nextSelectedPosition);
2448 selectedPos = nextSelectedPosition;
2477 if (nextSelectedPosition == INVALID_POSITION && selectedView != null
2635 * @param nextSelectedPosition Th
2640 amountToScroll(int direction, int nextSelectedPosition) argument
[all...]

Completed in 45 milliseconds