Searched refs:nextSelectedPosition (Results 1 – 1 of 1) sorted by relevance
2724 … int nextSelectedPosition = nextSelectedPositionForDirection(selectedView, selectedPos, direction); in arrowScrollImpl() local2725 int amountToScroll = amountToScroll(direction, nextSelectedPosition); in arrowScrollImpl()2730 nextSelectedPosition = focusResult.getSelectedPosition(); in arrowScrollImpl()2735 if (nextSelectedPosition != INVALID_POSITION) { in arrowScrollImpl()2736 … handleNewSelectionChange(selectedView, direction, nextSelectedPosition, focusResult != null); in arrowScrollImpl()2737 setSelectedPositionInt(nextSelectedPosition); in arrowScrollImpl()2738 setNextSelectedPositionInt(nextSelectedPosition); in arrowScrollImpl()2740 selectedPos = nextSelectedPosition; in arrowScrollImpl()2771 if (nextSelectedPosition == INVALID_POSITION && selectedView != null in arrowScrollImpl()2935 private int amountToScroll(int direction, int nextSelectedPosition) { in amountToScroll() argument[all …]