Searched refs:compoundPaddingTop (Results 1 – 2 of 2) sorted by relevance
4700 final int compoundPaddingTop = getCompoundPaddingTop(); in invalidateDrawable() local4702 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable()4705 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()4707 final int compoundPaddingTop = getCompoundPaddingTop(); in invalidateDrawable() local4709 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable()4712 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()4881 final int compoundPaddingTop = getCompoundPaddingTop(); in onDraw() local4902 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw()4910 scrollY + compoundPaddingTop + in onDraw()4922 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightRight) / 2); in onDraw()[all …]
377 final int compoundPaddingTop = mTextView.getCompoundPaddingTop(); in getErrorY() local379 mTextView.getCompoundPaddingBottom() - compoundPaddingTop; in getErrorY()395 int icontop = compoundPaddingTop + (vspace - height) / 2; in getErrorY()