Home | History | Annotate | Download | only in widget

Lines Matching defs:nextPage

2213         int nextPage = -1;
2217 nextPage = Math.max(0, mSelectedPosition - getChildCount() - 1);
2219 nextPage = Math.min(mItemCount - 1, mSelectedPosition + getChildCount() - 1);
2223 if (nextPage >= 0) {
2224 int position = lookForSelectablePosition(nextPage, down);