Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java4559 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local
4561 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthTop) / 2; in invalidateDrawable()
4566 final int hspace = mRight - mLeft - compoundPaddingRight - compoundPaddingLeft; in invalidateDrawable() local
4568 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()
4733 int hspace = right - left - compoundPaddingRight - compoundPaddingLeft; in onDraw() local
4760 … 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() local
6756 if (right - left < hspace) { in bringTextIntoView()
6757 scrollx = (right + left) / 2 - hspace / 2; in bringTextIntoView()
[all …]
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_nontext.txt1463 /sdcard/android/layout_tests/fast/replaced/object-align-hspace-vspace.html
2113 /sdcard/android/layout_tests/fast/dom/HTMLObjectElement/vspace-hspace-as-number.html
2461 /sdcard/android/layout_tests/fast/table/table-hspace-align-center.html