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

/frameworks/base/core/java/android/widget/
H A DTextView.java370 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in class:TextView.Drawables
2147 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2217 dr.mDrawableWidthBottom = compoundRect.width();
2219 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2358 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2428 dr.mDrawableWidthBottom = compoundRect.width();
2430 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
5392 scrollX += compoundPaddingLeft + (hspace - drawables.mDrawableWidthBottom) / 2;
5626 (hspace - dr.mDrawableWidthBottom) / 2,
6895 width = Math.max(width, dr.mDrawableWidthBottom);
[all...]

Completed in 47 milliseconds