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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextViewAutoSizeHelper.java551 - mTextView.getCompoundPaddingTop();
/frameworks/base/core/java/android/widget/
H A DTextView.java2538 public int getCompoundPaddingTop() { method in class:TextView
2623 return getCompoundPaddingTop();
2631 return getCompoundPaddingTop();
2634 int top = getCompoundPaddingTop();
2671 int top = getCompoundPaddingTop();
6202 ? getCompoundPaddingTop() + getCompoundPaddingBottom()
6534 final int compoundPaddingTop = getCompoundPaddingTop();
6542 final int compoundPaddingTop = getCompoundPaddingTop();
6735 final int compoundPaddingTop = getCompoundPaddingTop();
8249 int unpaddedHeight = height - getCompoundPaddingTop()
[all...]
H A DEditor.java579 final int compoundPaddingTop = mTextView.getCompoundPaddingTop();
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java1376 l, rect.top + mEditText.getCompoundPaddingTop(),

Completed in 966 milliseconds