Searched refs:vspace (Results 1 – 2 of 2) sorted by relevance
4053 int vspace = mBottom - mTop - getCompoundPaddingBottom() - compoundPaddingTop; in getErrorY() local4057 (vspace - (dr != null ? dr.mDrawableHeightRight : 0)) / 2; in getErrorY()4545 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local4548 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()4552 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local4555 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()4732 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw() local4741 (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 …]
1463 /sdcard/android/layout_tests/fast/replaced/object-align-hspace-vspace.html2113 /sdcard/android/layout_tests/fast/dom/HTMLObjectElement/vspace-hspace-as-number.html