Searched refs:nextSelected (Results 1 – 1 of 1) sorted by relevance
2686 int nextSelected; in nextSelectedPositionForDirection() local2691 nextSelected = selectedPos != INVALID_POSITION && selectedPos >= mFirstPosition ? in nextSelectedPositionForDirection()2701 nextSelected = selectedPos != INVALID_POSITION && selectedPos <= lastPos ? in nextSelectedPositionForDirection()2709 if (nextSelected < 0 || nextSelected >= mAdapter.getCount()) { in nextSelectedPositionForDirection()2712 return lookForSelectablePosition(nextSelected, direction == View.FOCUS_DOWN); in nextSelectedPositionForDirection()