Searched refs:hspace (Results 1 – 1 of 1) sorted by relevance
6552 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local6554 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthTop) / 2; in invalidateDrawable()6560 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local6562 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()6757 int hspace = right - left - compoundPaddingRight - compoundPaddingLeft; in onDraw() local6785 + (hspace - dr.mDrawableWidthTop) / 2, scrollY + mPaddingTop); in onDraw()6795 + (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()8559 int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(); in bringTextIntoView() local8583 if (right - left < hspace) { in bringTextIntoView()8584 scrollx = (right + left) / 2 - hspace / 2; in bringTextIntoView()[all …]