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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatCheckBox.java82 public int getCompoundPaddingLeft() { method in class:AppCompatCheckBox
83 final int value = super.getCompoundPaddingLeft();
85 ? mCompoundButtonHelper.getCompoundPaddingLeft(value)
H A DAppCompatRadioButton.java85 public int getCompoundPaddingLeft() { method in class:AppCompatRadioButton
86 final int value = super.getCompoundPaddingLeft();
88 ? mCompoundButtonHelper.getCompoundPaddingLeft(value)
H A DAppCompatCompoundButtonHelper.java135 int getCompoundPaddingLeft(int superValue) { method in class:AppCompatCompoundButtonHelper
H A DSwitchCompat.java1259 public int getCompoundPaddingLeft() { method in class:SwitchCompat
1261 return super.getCompoundPaddingLeft();
1263 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.java1281 public int getCompoundPaddingLeft() { method in class:Switch
1283 return super.getCompoundPaddingLeft();
1285 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
H A DTextView.java2479 public int getCompoundPaddingLeft() { method in class:TextView
2510 return getCompoundPaddingLeft();
2527 return getCompoundPaddingLeft();
2610 return getCompoundPaddingLeft();
4656 mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(), true);
6615 final int horizontalPadding = getCompoundPaddingLeft();
6703 final int compoundPaddingLeft = getCompoundPaddingLeft();
6826 return getCompoundPaddingLeft() - mPaddingLeft
6902 final int compoundPaddingLeft = getCompoundPaddingLeft();
6910 final int compoundPaddingLeft = getCompoundPaddingLeft();
[all...]

Completed in 129 milliseconds