Home
last modified time | relevance | path

Searched refs:getCompoundPaddingLeft (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java224 - editText.getCompoundPaddingLeft() + editText.getScrollX();
/frameworks/base/core/java/android/widget/
DCompoundButton.java427 public int getCompoundPaddingLeft() { in getCompoundPaddingLeft() method in CompoundButton
428 int padding = super.getCompoundPaddingLeft(); in getCompoundPaddingLeft()
DTextView.java2610 public int getCompoundPaddingLeft() { in getCompoundPaddingLeft() method in TextView.Drawables
2641 return getCompoundPaddingLeft(); in getCompoundPaddingStart()
2658 return getCompoundPaddingLeft(); in getCompoundPaddingEnd()
2741 return getCompoundPaddingLeft(); in getTotalPaddingLeft()
5153 mRight - mLeft - getCompoundPaddingLeft() - getCompoundPaddingRight(), true); in setGravity()
7367 final int horizontalPadding = getCompoundPaddingLeft(); in invalidateCursorPath()
7455 final int compoundPaddingLeft = getCompoundPaddingLeft(); in invalidateRegion()
7578 return getCompoundPaddingLeft() - mPaddingLeft in getLeftPaddingOffset()
7654 final int compoundPaddingLeft = getCompoundPaddingLeft(); in invalidateDrawable()
7662 final int compoundPaddingLeft = getCompoundPaddingLeft(); in invalidateDrawable()
[all …]
DSwitch.java1367 public int getCompoundPaddingLeft() { in getCompoundPaddingLeft() method in Switch
1369 return super.getCompoundPaddingLeft(); in getCompoundPaddingLeft()
1371 int padding = super.getCompoundPaddingLeft() + mSwitchWidth; in getCompoundPaddingLeft()
DEditor.java2513 int viewClippedWidth = mTextView.getWidth() - mTextView.getCompoundPaddingLeft() in clampHorizontalPosition()
6359 int left = mTextView.getCompoundPaddingLeft();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java414 innerWidth += tv.getCompoundPaddingLeft() + tv.getCompoundPaddingRight(); in activateRemoteInput()
/frameworks/base/config/
Dboot-image-profile.txt18593 HSPLandroid/widget/CompoundButton;->getCompoundPaddingLeft()I
19248 HSPLandroid/widget/Switch;->getCompoundPaddingLeft()I
19312 HSPLandroid/widget/TextView;->getCompoundPaddingLeft()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38759 method public int getCompoundPaddingLeft();
/frameworks/base/api/
Dcurrent.txt57103 method public int getCompoundPaddingLeft();