Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java7640 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local
7643 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()
7648 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local
7651 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()
7860 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw() local
7868 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightLeft) / 2); in onDraw()
7879 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightRight) / 2); in onDraw()
7933 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in onDraw() local
7934 final int maxScrollY = mLayout.getHeight() - vspace; in onDraw()
9726 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringTextIntoView() local
[all …]
DEditor.java673 int vspace = mTextView.getBottom() - mTextView.getTop() in getErrorY() local
690 int icontop = compoundPaddingTop + (vspace - height) / 2; in getErrorY()