Searched refs:mDrawableSizeBottom (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java329 int mDrawableSizeTop, mDrawableSizeBottom, mDrawableSizeLeft, mDrawableSizeRight, field in class:TextView.Drawables
1803 return mPaddingBottom + dr.mDrawablePadding + dr.mDrawableSizeBottom;
2035 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2104 dr.mDrawableSizeBottom = compoundRect.height();
2107 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2232 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2301 dr.mDrawableSizeBottom = compoundRect.height();
2304 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
5117 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom);
5351 scrollY + bottom - top - mPaddingBottom - dr.mDrawableSizeBottom);
[all...]

Completed in 15 milliseconds