Searched refs:mMaxScrollX (Results 1 – 5 of 5) sorted by relevance
103 protected int mMaxScrollX; field in PagedView292 while (currScroll > mMaxScrollX) { in ensureWithinScrollBounds()386 boolean isXBeforeFirstPage = mIsRtl ? (x > mMaxScrollX) : (x < mMinScrollX); in scrollTo()387 boolean isXAfterLastPage = mIsRtl ? (x < mMinScrollX) : (x > mMaxScrollX); in scrollTo()394 super.scrollTo(mIsRtl ? mMaxScrollX : mMinScrollX, y); in scrollTo()398 overScroll(x - mMaxScrollX); in scrollTo()404 super.scrollTo(mIsRtl ? mMinScrollX : mMaxScrollX, y); in scrollTo()410 overScroll(x - mMaxScrollX); in scrollTo()431 ev.setMaxScrollX(mMaxScrollX); in sendScrollAccessibilityEvent()667 mMaxScrollX = computeMaxScrollX(); in updateMinAndMaxScrollX()[all …]
978 ((mIsRtl && getUnboundedScrollX() > mMaxScrollX) in isScrollingOverlay()
51 mPageIndicator.setScroll(l, mMaxScrollX); in onScrollChanged()
289 mPageIndicator.setScroll(l, mMaxScrollX); in onScrollChanged()
689 mScrollState.scrollFromEdge = mIsRtl ? scrollX : (mMaxScrollX - scrollX); in updateCurveProperties()