Home
last modified time | relevance | path

Searched refs:compoundPaddingTop (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java7638 final int compoundPaddingTop = getCompoundPaddingTop(); in invalidateDrawable() local
7640 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable()
7643 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()
7646 final int compoundPaddingTop = getCompoundPaddingTop(); in invalidateDrawable() local
7648 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable()
7651 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()
7839 final int compoundPaddingTop = getCompoundPaddingTop(); in onDraw() local
7860 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw()
7868 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightLeft) / 2); in onDraw()
7879 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightRight) / 2); in onDraw()
[all …]
DEditor.java672 final int compoundPaddingTop = mTextView.getCompoundPaddingTop(); in getErrorY() local
674 - mTextView.getCompoundPaddingBottom() - compoundPaddingTop; in getErrorY()
690 int icontop = compoundPaddingTop + (vspace - height) / 2; in getErrorY()