Lines Matching refs:mTextWidth
160 int mTextWidth = 0;199 if (scrollx > mTextWidth) {201 scrollx -= mTextWidth;207 scrollx += mTextWidth;231 mTextWidth = (int) tv.getLayout().getLineWidth(0);233 if (mViewWidth > mTextWidth) {