Home
last modified time | relevance | path

Searched refs:getTotalPaddingBottom (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DAccessibilityIterators.java153 - mView.getTotalPaddingBottom(); in following()
182 - mView.getTotalPaddingBottom(); in preceding()
H A DTextView.java3048 public int getTotalPaddingBottom() { in getTotalPaddingBottom() method in TextView.Drawables
15142 y = Math.min(getHeight() - getTotalPaddingBottom() - 1, y); in getLineAtCoordinate()
/aosp14/frameworks/base/core/java/android/text/method/
H A DTouch.java47 … final int verticalPadding = widget.getTotalPaddingTop() + widget.getTotalPaddingBottom(); in scrollTo()
156 int padding = widget.getTotalPaddingTop() + widget.getTotalPaddingBottom(); in onTouchEvent()
H A DScrollingMovementMethod.java104 widget.getTotalPaddingBottom(); in onTakeFocus()
H A DLinkMovementMethod.java109 widget.getTotalPaddingBottom(); in action()
H A DBaseMovementMethod.java444 return widget.getHeight() - widget.getTotalPaddingTop() - widget.getTotalPaddingBottom(); in getInnerHeight()
/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.txt20883 HSPLandroid/widget/TextView;->getTotalPaddingBottom()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt20947 HSPLandroid/widget/TextView;->getTotalPaddingBottom()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60302 method public int getTotalPaddingBottom();