Searched refs:getCompoundPaddingBottom (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextViewAutoSizeHelper.java550 : mTextView.getHeight() - mTextView.getCompoundPaddingBottom()
/frameworks/base/core/java/android/widget/
H A DTextView.java2551 public int getCompoundPaddingBottom() { method in class:TextView
2635 int bottom = getCompoundPaddingBottom();
2660 return getCompoundPaddingBottom();
2668 return getCompoundPaddingBottom();
2672 int bottom = getCompoundPaddingBottom();
6202 ? getCompoundPaddingTop() + getCompoundPaddingBottom()
6535 final int compoundPaddingBottom = getCompoundPaddingBottom();
6543 final int compoundPaddingBottom = getCompoundPaddingBottom();
6737 final int compoundPaddingBottom = getCompoundPaddingBottom();
8249 int unpaddedHeight = height - getCompoundPaddingTop() - getCompoundPaddingBottom();
[all...]
H A DEditor.java581 - mTextView.getCompoundPaddingBottom() - compoundPaddingTop;
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java1377 r, rect.bottom - mEditText.getCompoundPaddingBottom());

Completed in 409 milliseconds