Searched defs:mNextPage (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java109 protected int mNextPage = INVALID_PAGE; field in class:PagedView
406 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
560 } else if (mNextPage != INVALID_PAGE) {
561 mCurrentPage = Math.max(0, Math.min(mNextPage, getPageCount() - 1));
562 mNextPage = INVALID_PAGE;
936 if (mNextPage != INVALID_PAGE) {
937 focusablePage = mNextPage;
1814 mNextPage = whichPage;
1848 if (mNextPage >
[all...]

Completed in 712 milliseconds