Searched refs:getLastViewIndex (Results 1 – 1 of 1) sorted by relevance
5597 return getScrollForPage(mIsRtl ? getLastViewIndex() : getFirstViewIndex()); in computeMinScroll()5606 return getScrollForPage(mIsRtl ? getFirstViewIndex() : getLastViewIndex()); in computeMaxScroll()5614 private int getLastViewIndex() { in getLastViewIndex() method