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

/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...]

Completed in 22 milliseconds