Searched refs:getUnboundedScrollX (Results 1 – 2 of 2) sorted by relevance
374 protected int getUnboundedScrollX() { in getUnboundedScrollX() method in PagedView380 scrollTo(getUnboundedScrollX() + x, getScrollY() + y); in scrollBy()455 if (getUnboundedScrollX() != mScroller.getCurrPos() in computeScrollHelper()1431 int delta = newX - getUnboundedScrollX(); in snapToPageWithVelocity()1458 velocity * Math.signum(newX - getUnboundedScrollX()), true); in snapToPageWithVelocity()1485 final int delta = newX - getUnboundedScrollX(); in snapToPage()1531 mScroller.startScrollSpring(getUnboundedScrollX(), delta, duration, velocity); in snapToPage()1533 mScroller.startScroll(getUnboundedScrollX(), delta, duration); in snapToPage()
971 ((mIsRtl && getUnboundedScrollX() > mMaxScrollX) in isScrollingOverlay()972 || (!mIsRtl && getUnboundedScrollX() < mMinScrollX)); in isScrollingOverlay()