Searched refs:getCompoundPaddingLeft (Results 1 - 9 of 9) 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.java81 public int getCompoundPaddingLeft() { method in class:AppCompatRadioButton
82 final int value = super.getCompoundPaddingLeft();
84 ? mCompoundButtonHelper.getCompoundPaddingLeft(value)
H A DAppCompatCompoundButtonHelper.java136 int getCompoundPaddingLeft(int superValue) { method in class:AppCompatCompoundButtonHelper
H A DSwitchCompat.java986 public int getCompoundPaddingLeft() { method in class:SwitchCompat
988 return super.getCompoundPaddingLeft();
990 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java369 public int getCompoundPaddingLeft() { method in class:CompoundButton
370 int padding = super.getCompoundPaddingLeft();
H A DTextView.java1925 public int getCompoundPaddingLeft() { method in class:TextView
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();
[all...]
H A DSwitch.java1271 public int getCompoundPaddingLeft() { method in class:Switch
1273 return super.getCompoundPaddingLeft();
1275 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
H A DEditor.java5011 int left = mTextView.getCompoundPaddingLeft();
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java438 final int l = mEditText.getLeft() + mEditText.getCompoundPaddingLeft();

Completed in 131 milliseconds