Searched refs:hspace (Results 1 – 1 of 1) sorted by relevance
7646 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local7648 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthTop) / 2; in invalidateDrawable()7654 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local7656 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()7851 int hspace = right - left - compoundPaddingRight - compoundPaddingLeft; in onDraw() local7879 + (hspace - dr.mDrawableWidthTop) / 2, scrollY + mPaddingTop); in onDraw()7889 + (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()9715 int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(); in bringTextIntoView() local9739 if (right - left < hspace) { in bringTextIntoView()9740 scrollx = (right + left) / 2 - hspace / 2; in bringTextIntoView()[all …]