Home
last modified time | relevance | path

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

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