Searched refs:unpaddedHeight (Results 1 – 1 of 1) sorted by relevance
9414 int unpaddedHeight = height - getCompoundPaddingTop() - getCompoundPaddingBottom(); in onMeasure() local9416 unpaddedHeight = Math.min(unpaddedHeight, mLayout.getLineTop(mMaximum)); in onMeasure()9425 || mLayout.getHeight() > unpaddedHeight) { in onMeasure()