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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWithDraggableItems.java 106 if (mNextPage != INVALID_PAGE) return false;
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...]
Workspace.java 598 // mNextPage is set to INVALID_PAGE whenever we are stationary.
600 final int current = (mNextPage == INVALID_PAGE) ? mCurrentPage : mNextPage;
609 // mNextPage is set to INVALID_PAGE whenever we are stationary.
611 final int current = (mNextPage == INVALID_PAGE) ? mCurrentPage : mNextPage;
734 if (mNextPage != INVALID_PAGE) {
    [all...]
AppsCustomizePagedView.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 67 protected static final int INVALID_PAGE = -1;
109 protected int mNextPage = INVALID_PAGE;
406 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
560 } else if (mNextPage != INVALID_PAGE) {
562 mNextPage = INVALID_PAGE;
    [all...]

Completed in 92 milliseconds