Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java9409 int unpaddedHeight = height - getCompoundPaddingTop() - getCompoundPaddingBottom(); in onMeasure() local
9411 unpaddedHeight = Math.min(unpaddedHeight, mLayout.getLineTop(mMaximum)); in onMeasure()
9420 || mLayout.getHeight() > unpaddedHeight) { in onMeasure()