Searched refs:mTotalIconWidth (Results 1 – 1 of 1) sorted by relevance
42 private int mTotalIconWidth; field in ZoomControlBar64 pos = mWidth - mTotalIconWidth - x; in getSliderPosition()66 pos = x - mTotalIconWidth; in getSliderPosition()77 mTotalIconWidth = mIconWidth + ICON_SPACING; in onSizeChanged()78 mSliderLength = mWidth - (2 * mTotalIconWidth); in onSizeChanged()129 mBar.layout(mTotalIconWidth, 0, mWidth - mTotalIconWidth, height); in onLayout()