Searched defs:mDrawableWidthBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java332 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in class:TextView.Drawables
2035 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2105 dr.mDrawableWidthBottom = compoundRect.width();
2107 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2232 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2302 dr.mDrawableWidthBottom = compoundRect.width();
2304 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
5116 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2;
5350 (hspace - dr.mDrawableWidthBottom) / 2,
6597 width = Math.max(width, dr.mDrawableWidthBottom);
[all...]

Completed in 39 milliseconds