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

/frameworks/base/core/java/android/widget/
H A DTextView.java1630 public int getCompoundPaddingTop() { method in class:TextView
1715 return getCompoundPaddingTop();
1719 return getCompoundPaddingTop();
1722 int top = getCompoundPaddingTop();
1755 int top = getCompoundPaddingTop();
4365 boxht = getMeasuredHeight() - getCompoundPaddingTop() -
4396 boxht = getMeasuredHeight() - getCompoundPaddingTop() -
4700 final int compoundPaddingTop = getCompoundPaddingTop();
4707 final int compoundPaddingTop = getCompoundPaddingTop();
4881 final int compoundPaddingTop = getCompoundPaddingTop();
[all...]

Completed in 79 milliseconds