Home
last modified time | relevance | path

Searched refs:hspace (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java7661 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local
7663 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthTop) / 2; in invalidateDrawable()
7669 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local
7671 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()
7866 int hspace = right - left - compoundPaddingRight - compoundPaddingLeft; in onDraw() local
7894 + (hspace - dr.mDrawableWidthTop) / 2, scrollY + mPaddingTop); in onDraw()
7904 + (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()
9730 int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(); in bringTextIntoView() local
9754 if (right - left < hspace) { in bringTextIntoView()
9755 scrollx = (right + left) / 2 - hspace / 2; in bringTextIntoView()
[all …]