Searched refs:mDrawableWidthTop (Results 1 – 1 of 1) sorted by relevance
506 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in TextView.Drawables2831 dr.mDrawableSizeTop = dr.mDrawableWidthTop = 0; in setCompoundDrawables()2892 dr.mDrawableWidthTop = compoundRect.width(); in setCompoundDrawables()2894 dr.mDrawableSizeTop = dr.mDrawableWidthTop = 0; in setCompoundDrawables()3042 dr.mDrawableSizeTop = dr.mDrawableWidthTop = 0; in setCompoundDrawablesRelative()3103 dr.mDrawableWidthTop = compoundRect.width(); in setCompoundDrawablesRelative()3105 dr.mDrawableSizeTop = dr.mDrawableWidthTop = 0; in setCompoundDrawablesRelative()7648 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthTop) / 2; in invalidateDrawable()7879 + (hspace - dr.mDrawableWidthTop) / 2, scrollY + mPaddingTop); in onDraw()9293 width = Math.max(width, dr.mDrawableWidthTop); in onMeasure()