Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2726 … int nextSelectedPosition = nextSelectedPositionForDirection(selectedView, selectedPos, direction); in arrowScrollImpl() local
2727 int amountToScroll = amountToScroll(direction, nextSelectedPosition); in arrowScrollImpl()
2732 nextSelectedPosition = focusResult.getSelectedPosition(); in arrowScrollImpl()
2737 if (nextSelectedPosition != INVALID_POSITION) { in arrowScrollImpl()
2738 … handleNewSelectionChange(selectedView, direction, nextSelectedPosition, focusResult != null); in arrowScrollImpl()
2739 setSelectedPositionInt(nextSelectedPosition); in arrowScrollImpl()
2740 setNextSelectedPositionInt(nextSelectedPosition); in arrowScrollImpl()
2742 selectedPos = nextSelectedPosition; in arrowScrollImpl()
2773 if (nextSelectedPosition == INVALID_POSITION && selectedView != null in arrowScrollImpl()
2937 private int amountToScroll(int direction, int nextSelectedPosition) { in amountToScroll() argument
[all …]