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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatCheckBox.java81 public int getCompoundPaddingLeft() { method in class:AppCompatCheckBox
82 final int value = super.getCompoundPaddingLeft();
84 ? mCompoundButtonHelper.getCompoundPaddingLeft(value)
H A DAppCompatRadioButton.java84 public int getCompoundPaddingLeft() { method in class:AppCompatRadioButton
85 final int value = super.getCompoundPaddingLeft();
87 ? mCompoundButtonHelper.getCompoundPaddingLeft(value)
H A DAppCompatCompoundButtonHelper.java134 int getCompoundPaddingLeft(int superValue) { method in class:AppCompatCompoundButtonHelper
H A DSwitchCompat.java1258 public int getCompoundPaddingLeft() { method in class:SwitchCompat
1260 return super.getCompoundPaddingLeft();
1262 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java387 public int getCompoundPaddingLeft() { method in class:CompoundButton
388 int padding = super.getCompoundPaddingLeft();
H A DSwitch.java1276 public int getCompoundPaddingLeft() { method in class:Switch
1278 return super.getCompoundPaddingLeft();
1280 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
H A DTextView.java2566 public int getCompoundPaddingLeft() { method in class:TextView
2597 return getCompoundPaddingLeft();
2614 return getCompoundPaddingLeft();
2697 return getCompoundPaddingLeft();
4370 mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(), true);
6261 final int horizontalPadding = getCompoundPaddingLeft();
6353 final int compoundPaddingLeft = getCompoundPaddingLeft();
6476 return getCompoundPaddingLeft() - mPaddingLeft
6552 final int compoundPaddingLeft = getCompoundPaddingLeft();
6560 final int compoundPaddingLeft = getCompoundPaddingLeft();
[all...]

Completed in 220 milliseconds