Searched refs:vspace (Results 1 – 2 of 2) sorted by relevance
7630 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local7633 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()7638 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local7641 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()7850 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw() local7858 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightLeft) / 2); in onDraw()7869 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightRight) / 2); in onDraw()7923 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in onDraw() local7924 final int maxScrollY = mLayout.getHeight() - vspace; in onDraw()9716 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringTextIntoView() local[all …]
673 int vspace = mTextView.getBottom() - mTextView.getTop() in getErrorY() local690 int icontop = compoundPaddingTop + (vspace - height) / 2; in getErrorY()