Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java470 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in TextView.Drawables
2701 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
2771 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawables()
2773 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
2912 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
2982 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawablesRelative()
2984 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
6914 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()
7144 + (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()
8522 width = Math.max(width, dr.mDrawableWidthBottom); in onMeasure()
/frameworks/base/config/
Dhiddenapi-private-dex.txt105578 Landroid/widget/TextView$Drawables;->mDrawableWidthBottom:I