Searched refs:compoundRect (Results 1 – 1 of 1) sorted by relevance
451 final Rect compoundRect = mCompoundRect; in setErrorDrawable() local455 mDrawableError.copyBounds(compoundRect); in setErrorDrawable()457 mDrawableSizeError = compoundRect.width(); in setErrorDrawable()458 mDrawableHeightError = compoundRect.height(); in setErrorDrawable()1518 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local1523 start.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()1527 dr.mDrawableSizeStart = compoundRect.width(); in setRelativeDrawablesIfNeeded()1528 dr.mDrawableHeightStart = compoundRect.height(); in setRelativeDrawablesIfNeeded()1535 end.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()1539 dr.mDrawableSizeEnd = compoundRect.width(); in setRelativeDrawablesIfNeeded()[all …]