Searched refs:nextSelectedPosition (Results 1 – 1 of 1) sorted by relevance
2520 … int nextSelectedPosition = nextSelectedPositionForDirection(selectedView, selectedPos, direction); in arrowScrollImpl() local2521 int amountToScroll = amountToScroll(direction, nextSelectedPosition); in arrowScrollImpl()2526 nextSelectedPosition = focusResult.getSelectedPosition(); in arrowScrollImpl()2531 if (nextSelectedPosition != INVALID_POSITION) { in arrowScrollImpl()2532 … handleNewSelectionChange(selectedView, direction, nextSelectedPosition, focusResult != null); in arrowScrollImpl()2533 setSelectedPositionInt(nextSelectedPosition); in arrowScrollImpl()2534 setNextSelectedPositionInt(nextSelectedPosition); in arrowScrollImpl()2536 selectedPos = nextSelectedPosition; in arrowScrollImpl()2565 if (nextSelectedPosition == INVALID_POSITION && selectedView != null in arrowScrollImpl()2728 private int amountToScroll(int direction, int nextSelectedPosition) { in amountToScroll() argument[all …]