Searched refs:hspace (Results 1 – 2 of 2) sorted by relevance
4559 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local4561 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthTop) / 2; in invalidateDrawable()4566 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local4568 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()4733 int hspace = right - left - compoundPaddingRight - compoundPaddingLeft; in onDraw() local4760 … canvas.translate(scrollX + compoundPaddingLeft + (hspace - dr.mDrawableWidthTop) / 2, in onDraw()4771 (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()6732 int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(); in bringTextIntoView() local6756 if (right - left < hspace) { in bringTextIntoView()6757 scrollx = (right + left) / 2 - hspace / 2; in bringTextIntoView()[all …]
1463 /sdcard/android/layout_tests/fast/replaced/object-align-hspace-vspace.html2113 /sdcard/android/layout_tests/fast/dom/HTMLObjectElement/vspace-hspace-as-number.html2461 /sdcard/android/layout_tests/fast/table/table-hspace-align-center.html