Home
last modified time | relevance | path

Searched refs:getCompoundPaddingRight (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewAssertions.java223 int maxRight = editText.getWidth() - editText.getCompoundPaddingRight()
/aosp14/frameworks/base/core/java/android/widget/
H A DCompoundButton.java509 public int getCompoundPaddingRight() { in getCompoundPaddingRight() method in CompoundButton
510 int padding = super.getCompoundPaddingRight(); in getCompoundPaddingRight()
H A DTextView.java2889 public int getCompoundPaddingRight() { in getCompoundPaddingRight() method in TextView.Drawables
2909 return getCompoundPaddingRight(); in getCompoundPaddingStart()
2922 return getCompoundPaddingRight(); in getCompoundPaddingEnd()
3015 return getCompoundPaddingRight(); in getTotalPaddingRight()
8439 right = getWidth() - getCompoundPaddingRight(); in invalidateRegion()
8566 return -(getCompoundPaddingRight() - mPaddingRight) in getRightPaddingOffset()
8627 final int compoundPaddingRight = getCompoundPaddingRight(); in invalidateDrawable()
8938 final int compoundPaddingRight = getCompoundPaddingRight(); in onDraw()
9036 float clipRight = right - left - getCompoundPaddingRight() + scrollX; in onDraw()
10951 width += getCompoundPaddingLeft() + getCompoundPaddingRight(); in onMeasure()
[all …]
H A DSwitch.java1473 public int getCompoundPaddingRight() { in getCompoundPaddingRight() method in Switch
1475 return super.getCompoundPaddingRight(); in getCompoundPaddingRight()
1477 int padding = super.getCompoundPaddingRight() + mSwitchWidth; in getCompoundPaddingRight()
H A DEditor.java2863 - mTextView.getCompoundPaddingRight(); in clampHorizontalPosition()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuEduTextDrawer.java173 - mEduTextView.getCompoundPaddingRight(); in isEduTextMarqueed()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java452 innerWidth += tv.getCompoundPaddingLeft() + tv.getCompoundPaddingRight(); in activateRemoteInput()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19911 HSPLandroid/widget/CompoundButton;->getCompoundPaddingRight()I
20826 HSPLandroid/widget/TextView;->getCompoundPaddingRight()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19975 HSPLandroid/widget/CompoundButton;->getCompoundPaddingRight()I
20890 HSPLandroid/widget/TextView;->getCompoundPaddingRight()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60217 method public int getCompoundPaddingRight();