Searched refs:hspace (Results 1 – 1 of 1) sorted by relevance
5528 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local5530 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthTop) / 2; in invalidateDrawable()5536 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local5538 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()5733 int hspace = right - left - compoundPaddingRight - compoundPaddingLeft; in onDraw() local5762 (hspace - dr.mDrawableWidthTop) / 2, scrollY + mPaddingTop); in onDraw()5772 (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()7395 int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(); in bringTextIntoView() local7419 if (right - left < hspace) { in bringTextIntoView()7420 scrollx = (right + left) / 2 - hspace / 2; in bringTextIntoView()[all …]