Home | History | Annotate | Download | only in launcher2

Lines Matching defs:mNextPage

92     protected int mNextPage = INVALID_PAGE;
286 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
454 } else if (mNextPage != INVALID_PAGE) {
455 mCurrentPage = Math.max(0, Math.min(mNextPage, getPageCount() - 1));
456 mNextPage = INVALID_PAGE;
873 if (mNextPage != INVALID_PAGE) {
874 focusablePage = mNextPage;
1572 mNextPage = whichPage;
1592 loadAssociatedPages(mNextPage);
1604 if (mNextPage > 0) snapToPage(mNextPage - 1);
1612 if (mNextPage < getChildCount() -1) snapToPage(mNextPage + 1);
1748 mNextPage = INVALID_PAGE;