Searched refs:mMaxScrollX (Results 1 – 5 of 5) sorted by relevance
103 protected int mMaxScrollX; field in PagedView292 while (currScroll > mMaxScrollX) { in ensureWithinScrollBounds()387 boolean isXBeforeFirstPage = mIsRtl ? (x > mMaxScrollX) : (x < mMinScrollX); in scrollTo()388 boolean isXAfterLastPage = mIsRtl ? (x < mMinScrollX) : (x > mMaxScrollX); in scrollTo()395 super.scrollTo(mIsRtl ? mMaxScrollX : mMinScrollX, y); in scrollTo()399 overScroll(x - mMaxScrollX); in scrollTo()405 super.scrollTo(mIsRtl ? mMinScrollX : mMaxScrollX, y); in scrollTo()411 overScroll(x - mMaxScrollX); in scrollTo()432 ev.setMaxScrollX(mMaxScrollX); in sendScrollAccessibilityEvent()668 mMaxScrollX = computeMaxScrollX(); in updateMinAndMaxScrollX()[all …]
971 ((mIsRtl && getUnboundedScrollX() > mMaxScrollX) in isScrollingOverlay()
51 mPageIndicator.setScroll(l, mMaxScrollX); in onScrollChanged()
261 mPageIndicator.setScroll(l, mMaxScrollX); in onScrollChanged()
708 mScrollState.scrollFromEdge = mIsRtl ? scrollX : (mMaxScrollX - scrollX); in updateCurveProperties()