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

/frameworks/base/core/java/android/widget/
H A DTextView.java367 int mDrawableSizeTop, mDrawableSizeBottom, mDrawableSizeLeft, mDrawableSizeRight, field in class:TextView.Drawables
1917 return mPaddingBottom + dr.mDrawablePadding + dr.mDrawableSizeBottom;
2147 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2216 dr.mDrawableSizeBottom = compoundRect.height();
2219 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2358 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2427 dr.mDrawableSizeBottom = compoundRect.height();
2430 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
5393 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom);
5627 scrollY + bottom - top - mPaddingBottom - dr.mDrawableSizeBottom);
[all...]

Completed in 21 milliseconds