Home | History | Annotate | Download | only in app

Lines Matching refs:mWidth

151         private final int mWidth;
159 mWidth = bitmap.getWidth();
162 setBounds(0, 0, mWidth, mHeight);
180 mDrawLeft = left + (right-left - mWidth) / 2;
206 return mWidth;
216 return mWidth;