Lines Matching refs:mUnboundedScrollX
171 protected int mUnboundedScrollX;641 scrollTo(mUnboundedScrollX + x, getScrollY() + y);653 mUnboundedScrollX = x;2156 int delta = newX - mUnboundedScrollX;2206 final int sX = mUnboundedScrollX;2244 mScroller.startScroll(mUnboundedScrollX, 0, delta, 0, duration);