Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java609 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in TextView.Drawables
3098 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
3168 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawables()
3170 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
3309 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
3379 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawablesRelative()
3381 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
8638 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()
8997 + (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()
10917 width = Math.max(width, dr.mDrawableWidthBottom); in onMeasure()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70333 Landroid/widget/TextView$Drawables;->mDrawableWidthBottom:I