Searched refs:mDrawableWidthBottom (Results 1 – 2 of 2) sorted by relevance
506 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in TextView.Drawables2832 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()7666 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2; in invalidateDrawable()7899 + (hspace - dr.mDrawableWidthBottom) / 2, in onDraw()9304 width = Math.max(width, dr.mDrawableWidthBottom); in onMeasure()
90891 Landroid/widget/TextView$Drawables;->mDrawableWidthBottom:I