Lines Matching refs:mNextPage
121 protected int mNextPage = INVALID_PAGE;
492 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
539 mNextPage = INVALID_PAGE;
547 mNextPage = INVALID_PAGE;
727 } else if (mNextPage != INVALID_PAGE) {
730 mCurrentPage = Math.max(0, Math.min(mNextPage, getPageCount() - 1));
731 mNextPage = INVALID_PAGE;
1225 if (mNextPage != INVALID_PAGE) {
1226 focusablePage = mNextPage;
2217 mNextPage = whichPage;