Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DTextSizeHelper.kt55 mTextView.compoundPaddingTop - mTextView.compoundPaddingBottom)
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java7772 final int compoundPaddingTop = getCompoundPaddingTop(); in invalidateDrawable() local
7774 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable()
7777 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()
7780 final int compoundPaddingTop = getCompoundPaddingTop(); in invalidateDrawable() local
7782 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable()
7785 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()
7973 final int compoundPaddingTop = getCompoundPaddingTop(); in onDraw() local
7994 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw()
8002 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightLeft) / 2); in onDraw()
8013 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightRight) / 2); in onDraw()
[all …]
H A DEditor.java875 final int compoundPaddingTop = mTextView.getCompoundPaddingTop(); in getErrorY() local
877 - mTextView.getCompoundPaddingBottom() - compoundPaddingTop; in getErrorY()
893 int icontop = compoundPaddingTop + (vspace - height) / 2; in getErrorY()