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

/frameworks/base/core/java/android/widget/
H A DListView.java2708 int nextSelectedPosition = nextSelectedPositionForDirection(selectedView, selectedPos, direction);
2709 int amountToScroll = amountToScroll(direction, nextSelectedPosition);
2714 nextSelectedPosition = focusResult.getSelectedPosition();
2719 if (nextSelectedPosition != INVALID_POSITION) {
2720 handleNewSelectionChange(selectedView, direction, nextSelectedPosition, focusResult != null);
2721 setSelectedPositionInt(nextSelectedPosition);
2722 setNextSelectedPositionInt(nextSelectedPosition);
2724 selectedPos = nextSelectedPosition;
2755 if (nextSelectedPosition == INVALID_POSITION && selectedView != null
2914 * @param nextSelectedPosition Th
2919 amountToScroll(int direction, int nextSelectedPosition) argument
[all...]

Completed in 25 milliseconds