Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java332 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in TextView.Drawables
2035 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
2105 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawables()
2107 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
2232 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
2302 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawablesRelative()
2304 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
5116 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()
5350 (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()
6597 width = Math.max(width, dr.mDrawableWidthBottom); in onMeasure()