Lines Matching refs:scrollx
193 int scrollx = tv.getScrollX();198 scrollx += delta;199 if (scrollx > mTextWidth) {201 scrollx -= mTextWidth;202 scrollx -= mViewWidth;204 if (scrollx < -mViewWidth) {206 scrollx += mViewWidth;207 scrollx += mTextWidth;209 tv.scrollTo(scrollx, 0);