Searched refs:getCompoundPaddingLeft (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCompoundButton.java228 public int getCompoundPaddingLeft() { method in class:CompoundButton
229 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.java1527 public int getCompoundPaddingLeft() { method in class:TextView
1558 return getCompoundPaddingLeft();
1575 return getCompoundPaddingLeft();
1650 return getCompoundPaddingLeft();
2714 mRight - mLeft - getCompoundPaddingLeft() -
4289 final int horizontalPadding = getCompoundPaddingLeft();
4380 final int compoundPaddingLeft = getCompoundPaddingLeft();
4502 return getCompoundPaddingLeft() - mPaddingLeft +
4585 final int compoundPaddingLeft = getCompoundPaddingLeft();
4592 final int compoundPaddingLeft = getCompoundPaddingLeft();
[all...]
H A DEditor.java3701 int left = mTextView.getCompoundPaddingLeft();

Completed in 6972 milliseconds