Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java4053 int vspace = mBottom - mTop - getCompoundPaddingBottom() - compoundPaddingTop; in getErrorY() local
4057 (vspace - (dr != null ? dr.mDrawableHeightRight : 0)) / 2; in getErrorY()
4545 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local
4548 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()
4552 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local
4555 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()
4732 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw() local
4741 (vspace - dr.mDrawableHeightLeft) / 2); in onDraw()
4751 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightRight) / 2); in onDraw()
6733 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringTextIntoView() local
[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