Searched refs:mDrawableWidthTop (Results 1 – 2 of 2) 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()7658 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthTop) / 2; in invalidateDrawable()7889 + (hspace - dr.mDrawableWidthTop) / 2, scrollY + mPaddingTop); in onDraw()9303 width = Math.max(width, dr.mDrawableWidthTop); in onMeasure()
90892 Landroid/widget/TextView$Drawables;->mDrawableWidthTop:I