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

/frameworks/base/core/java/android/widget/
H A DListView.java2485 int nextSelectedPosition = nextSelectedPositionForDirection(selectedView, selectedPos, direction);
2486 int amountToScroll = amountToScroll(direction, nextSelectedPosition);
2491 nextSelectedPosition = focusResult.getSelectedPosition();
2496 if (nextSelectedPosition != INVALID_POSITION) {
2497 handleNewSelectionChange(selectedView, direction, nextSelectedPosition, focusResult != null);
2498 setSelectedPositionInt(nextSelectedPosition);
2499 setNextSelectedPositionInt(nextSelectedPosition);
2501 selectedPos = nextSelectedPosition;
2530 if (nextSelectedPosition == INVALID_POSITION && selectedView != null
2688 * @param nextSelectedPosition Th
2693 amountToScroll(int direction, int nextSelectedPosition) argument
[all...]

Completed in 35 milliseconds