Lines Matching refs:mUnboundedScrollX
135 protected int mUnboundedScrollX;406 scrollTo(mUnboundedScrollX + x, getScrollY() + y);412 mUnboundedScrollX = x;1525 int delta = newX - mUnboundedScrollX;1566 final int sX = mUnboundedScrollX;1587 mScroller.startScroll(mUnboundedScrollX, 0, delta, 0, duration);