Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java503 int mDrawableSizeTop, mDrawableSizeBottom, mDrawableSizeLeft, mDrawableSizeRight, field in TextView.Drawables
2602 return mPaddingBottom + dr.mDrawablePadding + dr.mDrawableSizeBottom; in getCompoundPaddingBottom()
2832 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
2901 dr.mDrawableSizeBottom = compoundRect.height(); in setCompoundDrawables()
2904 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawables()
3043 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
3112 dr.mDrawableSizeBottom = compoundRect.height(); in setCompoundDrawablesRelative()
3115 dr.mDrawableSizeBottom = dr.mDrawableWidthBottom = 0; in setCompoundDrawablesRelative()
7657 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom); in invalidateDrawable()
7890 scrollY + bottom - top - mPaddingBottom - dr.mDrawableSizeBottom); in onDraw()