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

/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java443 r, mEditText.getBottom() - mEditText.getCompoundPaddingBottom());
/frameworks/base/core/java/android/widget/
H A DTextView.java1912 public int getCompoundPaddingBottom() { method in class:TextView
1996 int bottom = getCompoundPaddingBottom();
2021 return getCompoundPaddingBottom();
2029 return getCompoundPaddingBottom();
2033 int bottom = getCompoundPaddingBottom();
5024 getCompoundPaddingTop() + getCompoundPaddingBottom() :
5365 final int compoundPaddingBottom = getCompoundPaddingBottom();
5373 final int compoundPaddingBottom = getCompoundPaddingBottom();
5567 final int compoundPaddingBottom = getCompoundPaddingBottom();
7000 int unpaddedHeight = height - getCompoundPaddingTop() - getCompoundPaddingBottom();
[all...]
H A DEditor.java535 mTextView.getCompoundPaddingBottom() - compoundPaddingTop;

Completed in 158 milliseconds