Searched refs:mNextPage (Results 1 – 3 of 3) sorted by relevance
107 protected int mNextPage = INVALID_PAGE; field in PagedView224 return (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage; in getNextPage()278 mNextPage = INVALID_PAGE; in abortScrollerAnimation()291 mNextPage = INVALID_PAGE; in forceFinishScroller()591 } else if (mNextPage != INVALID_PAGE) { in computeScrollHelper()594 mCurrentPage = validateNewPage(mNextPage); in computeScrollHelper()596 mNextPage = INVALID_PAGE; in computeScrollHelper()947 if (mNextPage != INVALID_PAGE) { in onRequestFocusInDescendants()948 focusablePage = mNextPage; in onRequestFocusInDescendants()1450 mNextPage = getDestinationPage(); in onTouchEvent()[all …]
3507 int pageIndex = (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
1636 : getScrollForPage(mNextPage); in onNotSnappingToPageInFreeScroll()1642 TaskView taskView = getTaskViewAt(mNextPage); in onNotSnappingToPageInFreeScroll()1646 boolean shouldSnapToClearAll = mNextPage == indexOfChild(mClearAllButton); in onNotSnappingToPageInFreeScroll()1883 if (mNextPage != INVALID_PAGE) { in applyLoadPlan()