Lines Matching refs:getCompoundPaddingLeft

1925     public int getCompoundPaddingLeft() {
1956 return getCompoundPaddingLeft();
1973 return getCompoundPaddingLeft();
2056 return getCompoundPaddingLeft();
3493 mRight - mLeft - getCompoundPaddingLeft() -
5079 final int horizontalPadding = getCompoundPaddingLeft();
5170 final int compoundPaddingLeft = getCompoundPaddingLeft();
5298 return getCompoundPaddingLeft() - mPaddingLeft +
5380 final int compoundPaddingLeft = getCompoundPaddingLeft();
5388 final int compoundPaddingLeft = getCompoundPaddingLeft();
5564 final int compoundPaddingLeft = getCompoundPaddingLeft();
5697 final int padding = getCompoundPaddingLeft() + getCompoundPaddingRight();
5772 int paddingLeft = getCompoundPaddingLeft();
5814 bounds.offset(getCompoundPaddingLeft(), voffset);
6496 int width = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight();
6927 width += getCompoundPaddingLeft() + getCompoundPaddingRight();
6949 int want = width - getCompoundPaddingLeft() - getCompoundPaddingRight();
6959 width - getCompoundPaddingLeft() - getCompoundPaddingRight(), false);
6964 width - getCompoundPaddingLeft() - getCompoundPaddingRight());
6978 width - getCompoundPaddingLeft() - getCompoundPaddingRight(), false);
7128 (mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight() > 0)) {
7141 mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(),
7200 int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight();
7316 int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight();
7488 final int hspace = mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight();
7545 return getCompoundPaddingLeft() - mScrollX;
7813 int width = (mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight());
7823 if (compressText(getWidth() - getCompoundPaddingLeft() - getCompoundPaddingRight())) {
8439 getCompoundPaddingLeft() - getCompoundPaddingRight() -
8448 getCompoundPaddingLeft() - getCompoundPaddingRight() -
8471 final int textWidth = (mRight - mLeft) - getCompoundPaddingLeft() -
8484 getCompoundPaddingLeft() - getCompoundPaddingRight())) /
10089 final int textWidth = textView.getWidth() - textView.getCompoundPaddingLeft() -