Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java7774 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local
7777 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightLeft) / 2; in invalidateDrawable()
7782 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local
7785 scrollY += compoundPaddingTop + (vspace - drawables.mDrawableHeightRight) / 2; in invalidateDrawable()
7994 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw() local
8002 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightLeft) / 2); in onDraw()
8013 scrollY + compoundPaddingTop + (vspace - dr.mDrawableHeightRight) / 2); in onDraw()
8067 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in onDraw() local
8068 final int maxScrollY = mLayout.getHeight() - vspace; in onDraw()
9856 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringTextIntoView() local
[all …]
DEditor.java876 int vspace = mTextView.getBottom() - mTextView.getTop() in getErrorY() local
893 int icontop = compoundPaddingTop + (vspace - height) / 2; in getErrorY()