Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java8612 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local
8620 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() local
8958 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; in onDraw() local
9031 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in onDraw() local
11341 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringTextIntoView() local
11479 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringPointIntoView() local
11646 final int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in moveCursorToVisibleOffset() local
H A DEditor.java936 int vspace = mTextView.getBottom() - mTextView.getTop() in getErrorY() local