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

/frameworks/base/core/java/android/widget/
H A DTextView.java1798 public int getCompoundPaddingBottom() { method in class:TextView
1882 int bottom = getCompoundPaddingBottom();
1907 return getCompoundPaddingBottom();
1915 return getCompoundPaddingBottom();
1919 int bottom = getCompoundPaddingBottom();
4734 getCompoundPaddingTop() + getCompoundPaddingBottom() :
5089 final int compoundPaddingBottom = getCompoundPaddingBottom();
5097 final int compoundPaddingBottom = getCompoundPaddingBottom();
5291 final int compoundPaddingBottom = getCompoundPaddingBottom();
6702 int unpaddedHeight = height - getCompoundPaddingTop() - getCompoundPaddingBottom();
[all...]

Completed in 2016 milliseconds