HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_PAGE (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 56 protected static final int INVALID_PAGE = -1;
92 protected int mNextPage = INVALID_PAGE;
286 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
454 } else if (mNextPage != INVALID_PAGE) {
456 mNextPage = INVALID_PAGE;
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 69 protected static final int INVALID_PAGE = -1;
113 protected int mNextPage = INVALID_PAGE;
422 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
597 } else if (mNextPage != INVALID_PAGE) {
599 mNextPage = INVALID_PAGE;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 73 protected static final int INVALID_PAGE = -1;
123 protected int mNextPage = INVALID_PAGE;
490 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
544 mNextPage = INVALID_PAGE;
704 } else if (mNextPage != INVALID_PAGE) {
708 mNextPage = INVALID_PAGE;
    [all...]

Completed in 1680 milliseconds