Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewAssertions.java224 - editText.getCompoundPaddingLeft() + editText.getScrollX();
/aosp14/frameworks/base/core/java/android/widget/
H A DCompoundButton.java497 public int getCompoundPaddingLeft() { in getCompoundPaddingLeft() method in CompoundButton
498 int padding = super.getCompoundPaddingLeft(); in getCompoundPaddingLeft()
H A DTextView.java2876 public int getCompoundPaddingLeft() { in getCompoundPaddingLeft() method in TextView.Drawables
2907 return getCompoundPaddingLeft(); in getCompoundPaddingStart()
2924 return getCompoundPaddingLeft(); in getCompoundPaddingEnd()
3007 return getCompoundPaddingLeft(); in getTotalPaddingLeft()
8337 final int horizontalPadding = getCompoundPaddingLeft(); in invalidateCursorPath()
8427 final int compoundPaddingLeft = getCompoundPaddingLeft(); in invalidateRegion()
8550 return getCompoundPaddingLeft() - mPaddingLeft in getLeftPaddingOffset()
8936 final int compoundPaddingLeft = getCompoundPaddingLeft(); in onDraw()
9147 int paddingLeft = getCompoundPaddingLeft(); in getFocusedRect()
9188 bounds.offset(getCompoundPaddingLeft(), voffset); in getLineBounds()
[all …]
H A DSwitch.java1461 public int getCompoundPaddingLeft() { in getCompoundPaddingLeft() method in Switch
1463 return super.getCompoundPaddingLeft(); in getCompoundPaddingLeft()
1465 int padding = super.getCompoundPaddingLeft() + mSwitchWidth; in getCompoundPaddingLeft()
H A DEditor.java2862 int viewClippedWidth = mTextView.getWidth() - mTextView.getCompoundPaddingLeft() in clampHorizontalPosition()
7291 int left = mTextView.getCompoundPaddingLeft(); in invalidate()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuEduTextDrawer.java172 - mEduTextView.getCompoundPaddingLeft() 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.txt19910 HSPLandroid/widget/CompoundButton;->getCompoundPaddingLeft()I
20825 HSPLandroid/widget/TextView;->getCompoundPaddingLeft()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19974 HSPLandroid/widget/CompoundButton;->getCompoundPaddingLeft()I
20889 HSPLandroid/widget/TextView;->getCompoundPaddingLeft()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60216 method public int getCompoundPaddingLeft();