Home
last modified time | relevance | path

Searched refs:getExtendedPaddingBottom (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java2970 public int getExtendedPaddingBottom() { in getExtendedPaddingBottom() method in TextView.Drawables
3049 return getExtendedPaddingBottom() + getBottomVerticalOffset(true); in getTotalPaddingBottom()
8280 : getExtendedPaddingTop() + getExtendedPaddingBottom(); in getBoxHeight()
9029 int extendedPaddingBottom = getExtendedPaddingBottom(); in onDraw()
9153 int paddingBottom = getExtendedPaddingBottom(); in getFocusedRect()
11059 final int availableHeight = getMeasuredHeight() - getExtendedPaddingBottom() in autoSizeText()
11341 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringTextIntoView()
11479 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringPointIntoView()
11646 final int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in moveCursorToVisibleOffset()
11705 if (line == mLayout.getLineCount() - 1) r.bottom += getExtendedPaddingBottom(); in getInterestingRect()
/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.txt20836 HSPLandroid/widget/TextView;->getExtendedPaddingBottom()I+]Landroid/text/Layout;Landroid/text/Dynam…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt20900 HSPLandroid/widget/TextView;->getExtendedPaddingBottom()I+]Landroid/text/Layout;Landroid/text/Dynam…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60229 method public int getExtendedPaddingBottom();