Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java938 final int compoundPaddingTop = mTextView.getCompoundPaddingTop(); in getErrorY() local
940 - mTextView.getCompoundPaddingBottom() - compoundPaddingTop; in getErrorY()
956 int icontop = compoundPaddingTop + (vspace - height) / 2; in getErrorY()