Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java506 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in TextView.Drawables
2832 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
2902 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawables()
2904 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
3043 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
3113 dr.mDrawableWidthBottom = compoundRect.width(); in setCompoundDrawablesRelative()
3115 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
7656 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()
7889 + (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()
9294 width = Math.max(width, dr.mDrawableWidthBottom); in onMeasure()