Home | History | Annotate | Download | only in music

Lines Matching refs:mViewWidth

161     int mViewWidth = 0;
202 scrollx -= mViewWidth;
204 if (scrollx < -mViewWidth) {
206 scrollx += mViewWidth;
232 mViewWidth = tv.getWidth();
233 if (mViewWidth > mTextWidth) {