Lines Matching refs:getScrollForPage
252 newPosition = getScrollForPage(mCurrentPage) + mCurrentPageScrollDiff; in updateCurrentPageScroll()
407 int currScroll = getScrollForPage(page); in ensureWithinScrollBounds()
412 currScroll = getScrollForPage(page); in ensureWithinScrollBounds()
421 currScroll = getScrollForPage(page); in ensureWithinScrollBounds()
794 + getScrollForPage(getNextPage())); in onLayout()
879 return getScrollForPage(index); in computeMaxScroll()
1194 int delta = screenCenter - (getScrollForPage(page) + halfScreenSize); in getScrollProgress()
1207 totalDistance = Math.abs(getScrollForPage(adjacentPage) - getScrollForPage(page)); in getScrollProgress()
1216 public int getScrollForPage(int index) { in getScrollForPage() method in PagedView
1249 if (getScrollForPage(getNextPage()) != getScrollX()) { in setEnableFreeScroll()
1682 final int newLoc = getScrollForPage(whichPage); in snapToPageWithVelocity()
1730 int newLoc = getScrollForPage(whichPage); in snapToPage()
1832 && primaryScroll != getScrollForPage(getPageCount() - getPanelCount()))) { in onInitializeAccessibilityNodeInfo()
1841 || (getCurrentPage() == 0 && primaryScroll != getScrollForPage(0))) { in onInitializeAccessibilityNodeInfo()