Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java538 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in TextView.Drawables
2925 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
2995 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawables()
2997 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
3136 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
3206 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawablesRelative()
3208 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
7800 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()
8033 + (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()
9434 width = Math.max(width, dr.mDrawableWidthBottom); in onMeasure()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73656 Landroid/widget/TextView$Drawables;->mDrawableWidthBottom:I