Searched refs:mDrawableHeightLeft (Results 1 – 2 of 2) sorted by relevance
506 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in TextView.Drawables548 mDrawableHeightLeft = mDrawableHeightStart;568 mDrawableHeightLeft = mDrawableHeightEnd;577 mDrawableHeightLeft = mDrawableHeightStart;619 mDrawableHeightLeft = mDrawableHeightTemp;637 mDrawableHeightTemp = mDrawableHeightLeft;641 mDrawableHeightLeft = mDrawableHeightError;2829 dr.mDrawableSizeLeft = dr.mDrawableHeightLeft = 0; in setCompoundDrawables()2872 dr.mDrawableHeightLeft = compoundRect.height(); in setCompoundDrawables()2874 dr.mDrawableSizeLeft = dr.mDrawableHeightLeft = 0; in setCompoundDrawables()[all …]
686 height = (dr != null ? dr.mDrawableHeightLeft : 0); in getErrorY()