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

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatCheckBox.java79 public int getCompoundPaddingLeft() { method in class:AppCompatCheckBox
80 final int value = super.getCompoundPaddingLeft();
82 ? mCompoundButtonHelper.getCompoundPaddingLeft(value)
H A DAppCompatRadioButton.java79 public int getCompoundPaddingLeft() { method in class:AppCompatRadioButton
80 final int value = super.getCompoundPaddingLeft();
82 ? mCompoundButtonHelper.getCompoundPaddingLeft(value)
H A DAppCompatCompoundButtonHelper.java134 int getCompoundPaddingLeft(int superValue) { method in class:AppCompatCompoundButtonHelper
H A DSwitchCompat.java1264 public int getCompoundPaddingLeft() { method in class:SwitchCompat
1266 return super.getCompoundPaddingLeft();
1268 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewAssertions.java208 - editText.getCompoundPaddingLeft() + editText.getScrollX();
/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.java1978 public int getCompoundPaddingLeft() { method in class:TextView
2009 return getCompoundPaddingLeft();
2026 return getCompoundPaddingLeft();
2109 return getCompoundPaddingLeft();
3609 mRight - mLeft - getCompoundPaddingLeft() -
5241 final int horizontalPadding = getCompoundPaddingLeft();
5332 final int compoundPaddingLeft = getCompoundPaddingLeft();
5454 return getCompoundPaddingLeft() - mPaddingLeft +
5530 final int compoundPaddingLeft = getCompoundPaddingLeft();
5538 final int compoundPaddingLeft = getCompoundPaddingLeft();
[all...]
H A DSwitch.java1275 public int getCompoundPaddingLeft() { method in class:Switch
1277 return super.getCompoundPaddingLeft();
1279 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
H A DEditor.java2246 int viewClippedWidth = mTextView.getWidth() - mTextView.getCompoundPaddingLeft()
5591 int left = mTextView.getCompoundPaddingLeft();
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java1284 final int l = rect.left + mEditText.getCompoundPaddingLeft();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java490 innerWidth += tv.getCompoundPaddingLeft() + tv.getCompoundPaddingRight();

Completed in 226 milliseconds