Searched refs:vspace (Results 1 – 2 of 2) sorted by relevance
7640 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local7643 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()7648 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local7651 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()7860 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw() local7868 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightLeft) / 2); in onDraw()7879 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightRight) / 2); in onDraw()7933 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in onDraw() local7934 final int maxScrollY = mLayout.getHeight() - vspace; in onDraw()9726 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()