Searched refs:getLastViewIndex (Results 1 – 1 of 1) sorted by relevance
6259 return getScrollForPage(mIsRtl ? getLastViewIndex() : getFirstViewIndex()); in computeMinScroll()6268 return getScrollForPage(mIsRtl ? getFirstViewIndex() : getLastViewIndex()); in computeMaxScroll()6289 private int getLastViewIndex() { in getLastViewIndex() method in RecentsView