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

/frameworks/base/core/java/android/widget/
H A DTextView.java296 int mDrawableSizeTop, mDrawableSizeBottom, mDrawableSizeLeft, mDrawableSizeRight, field in class:TextView.Drawables
1648 return mPaddingBottom + dr.mDrawablePadding + dr.mDrawableSizeBottom;
1861 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
1928 dr.mDrawableSizeBottom = compoundRect.height();
1931 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2030 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
2097 dr.mDrawableSizeBottom = compoundRect.height();
2100 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0;
4726 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom);
4943 scrollY + bottom - top - mPaddingBottom - dr.mDrawableSizeBottom);
[all...]

Completed in 61 milliseconds