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

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java227 public int getCompoundPaddingLeft() { method in class:CompoundButton
228 int padding = super.getCompoundPaddingLeft();
H A DSwitch.java763 public int getCompoundPaddingLeft() { method in class:Switch
765 return super.getCompoundPaddingLeft();
767 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
H A DTextView.java1761 public int getCompoundPaddingLeft() { method in class:TextView
1792 return getCompoundPaddingLeft();
1809 return getCompoundPaddingLeft();
1884 return getCompoundPaddingLeft();
2971 mRight - mLeft - getCompoundPaddingLeft() -
4556 final int horizontalPadding = getCompoundPaddingLeft();
4647 final int compoundPaddingLeft = getCompoundPaddingLeft();
4767 return getCompoundPaddingLeft() - mPaddingLeft +
4850 final int compoundPaddingLeft = getCompoundPaddingLeft();
4857 final int compoundPaddingLeft = getCompoundPaddingLeft();
[all...]

Completed in 100 milliseconds