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