Home
last modified time | relevance | path

Searched refs:mDrawableSizeBottom (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java606 int mDrawableSizeTop, mDrawableSizeBottom, mDrawableSizeLeft, mDrawableSizeRight, field in TextView.Drawables
2868 return mPaddingBottom + dr.mDrawablePadding + dr.mDrawableSizeBottom; in getCompoundPaddingBottom()
3098 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
3167 dr.mDrawableSizeBottom = compoundRect.height(); in setCompoundDrawables()
3170 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
3309 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
3378 dr.mDrawableSizeBottom = compoundRect.height(); in setCompoundDrawablesRelative()
3381 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
8639 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom); in invalidateDrawable()
8998 scrollY + bottom - top - mPaddingBottom - dr.mDrawableSizeBottom); in onDraw()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70323 Landroid/widget/TextView$Drawables;->mDrawableSizeBottom:I