Searched refs:compoundRect (Results 1 – 1 of 1) sorted by relevance
419 final Rect compoundRect = mCompoundRect; in setErrorDrawable() local424 mDrawableError.copyBounds(compoundRect); in setErrorDrawable()426 mDrawableSizeError = compoundRect.width(); in setErrorDrawable()427 mDrawableHeightError = compoundRect.height(); in setErrorDrawable()1401 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local1406 start.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()1410 dr.mDrawableSizeStart = compoundRect.width(); in setRelativeDrawablesIfNeeded()1411 dr.mDrawableHeightStart = compoundRect.height(); in setRelativeDrawablesIfNeeded()1418 end.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()1422 dr.mDrawableSizeEnd = compoundRect.width(); in setRelativeDrawablesIfNeeded()[all …]