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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java56 protected static final int INVALID_PAGE = -1; field in class:PagedView
92 protected int mNextPage = INVALID_PAGE;
286 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
454 } else if (mNextPage != INVALID_PAGE) {
456 mNextPage = INVALID_PAGE;
873 if (mNextPage != INVALID_PAGE) {
1748 mNextPage = INVALID_PAGE;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java71 protected static final int INVALID_PAGE = -1; field in class:PagedView
122 protected int mNextPage = INVALID_PAGE;
484 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
531 mNextPage = INVALID_PAGE;
539 mNextPage = INVALID_PAGE;
742 } else if (mNextPage != INVALID_PAGE) {
746 mNextPage = INVALID_PAGE;
1257 if (mNextPage != INVALID_PAGE) {

Completed in 84 milliseconds