Home | History | Annotate | Download | only in keyguard

Lines Matching refs:mNextPage

113     protected int mNextPage = INVALID_PAGE;
424 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
615 } else if (mNextPage != INVALID_PAGE) {
616 mCurrentPage = Math.max(0, Math.min(mNextPage, getPageCount() - 1));
617 mNextPage = INVALID_PAGE;
998 if (mNextPage != INVALID_PAGE) {
999 focusablePage = mNextPage;
1933 mNextPage = mPageWarpIndex; // jump to the warp page
1936 mNextPage = whichPage;
1983 if (mNextPage > 0) snapToPage(mNextPage - 1);
1991 if (mNextPage < getChildCount() -1) snapToPage(mNextPage + 1);