Home | History | Annotate | Download | only in widget

Lines Matching refs:lastPos

2455                 final int lastPos = mFirstPosition + getChildCount() - 1;
2456 nextSelected = selectedPos != INVALID_POSITION && selectedPos <= lastPos ?
2458 lastPos;