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