Searched refs:nextSelectedPosition (Results 1 – 1 of 1) sorted by relevance
2730 … int nextSelectedPosition = nextSelectedPositionForDirection(selectedView, selectedPos, direction); in arrowScrollImpl() local2731 int amountToScroll = amountToScroll(direction, nextSelectedPosition); in arrowScrollImpl()2736 nextSelectedPosition = focusResult.getSelectedPosition(); in arrowScrollImpl()2741 if (nextSelectedPosition != INVALID_POSITION) { in arrowScrollImpl()2742 … handleNewSelectionChange(selectedView, direction, nextSelectedPosition, focusResult != null); in arrowScrollImpl()2743 setSelectedPositionInt(nextSelectedPosition); in arrowScrollImpl()2744 setNextSelectedPositionInt(nextSelectedPosition); in arrowScrollImpl()2746 selectedPos = nextSelectedPosition; in arrowScrollImpl()2777 if (nextSelectedPosition == INVALID_POSITION && selectedView != null in arrowScrollImpl()2941 private int amountToScroll(int direction, int nextSelectedPosition) { in amountToScroll() argument[all …]