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