Home | History | Annotate | Download | only in widget

Lines Matching refs:unpaddedHeight

7199         int unpaddedHeight = height - getCompoundPaddingTop() - getCompoundPaddingBottom();
7201 unpaddedHeight = Math.min(unpaddedHeight, mLayout.getLineTop(mMaximum));
7210 mLayout.getHeight() > unpaddedHeight) {