Home | History | Annotate | Download | only in ui

Lines Matching refs:mWidth

40     private int mWidth;
64 pos = mWidth - mTotalIconWidth - x;
75 mWidth = w;
78 mSliderLength = mWidth - (2 * mTotalIconWidth);
83 if (!isEnabled() || (mWidth == 0)) return false;
129 mBar.layout(mTotalIconWidth, 0, mWidth - mTotalIconWidth, height);
141 mZoomOut.layout(mWidth - mIconWidth, 0, mWidth, height);
145 mZoomIn.layout(mWidth - mIconWidth, 0, mWidth, height);