Searched refs:mDrawableHeightLeft (Results 1 – 2 of 2) sorted by relevance
512 int mDrawableWidthTop, mDrawableWidthBottom, mDrawableHeightLeft, mDrawableHeightRight, field in TextView.Drawables554 mDrawableHeightLeft = mDrawableHeightStart;574 mDrawableHeightLeft = mDrawableHeightEnd;583 mDrawableHeightLeft = mDrawableHeightStart;625 mDrawableHeightLeft = mDrawableHeightTemp;643 mDrawableHeightTemp = mDrawableHeightLeft;647 mDrawableHeightLeft = mDrawableHeightError;2855 dr.mDrawableSizeLeft = dr.mDrawableHeightLeft = 0; in setCompoundDrawables()2898 dr.mDrawableHeightLeft = compoundRect.height(); in setCompoundDrawables()2900 dr.mDrawableSizeLeft = dr.mDrawableHeightLeft = 0; in setCompoundDrawables()[all …]
822 height = (dr != null ? dr.mDrawableHeightLeft : 0); in getErrorY()