Searched refs:getCompoundPaddingLeft (Results 1 - 12 of 12) 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/tests/coretests/src/android/widget/espresso/
H A DTextViewAssertions.java223 - editText.getCompoundPaddingLeft() + editText.getScrollX();
/frameworks/base/core/java/android/widget/
H A DCompoundButton.java387 public int getCompoundPaddingLeft() { method in class:CompoundButton
388 int padding = super.getCompoundPaddingLeft();
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...]
H A DSwitch.java1281 public int getCompoundPaddingLeft() { method in class:Switch
1283 return super.getCompoundPaddingLeft();
1285 int padding = super.getCompoundPaddingLeft() + mSwitchWidth;
H A DEditor.java2482 int viewClippedWidth = mTextView.getWidth() - mTextView.getCompoundPaddingLeft()
6227 int left = mTextView.getCompoundPaddingLeft();
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DActionRow.java212 innerWidth += tv.getCompoundPaddingLeft() + tv.getCompoundPaddingRight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java241 innerWidth += tv.getCompoundPaddingLeft() + tv.getCompoundPaddingRight();
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 202 milliseconds