Searched refs:vspace (Results 1 – 2 of 2) sorted by relevance
7774 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local7777 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()7782 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local7785 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()7994 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw() local8002 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightLeft) / 2); in onDraw()8013 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightRight) / 2); in onDraw()8067 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in onDraw() local8068 final int maxScrollY = mLayout.getHeight() - vspace; in onDraw()9856 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringTextIntoView() local[all …]
876 int vspace = mTextView.getBottom() - mTextView.getTop() in getErrorY() local893 int icontop = compoundPaddingTop + (vspace - height) / 2; in getErrorY()