Searched refs:compoundRect (Results 1 – 1 of 1) sorted by relevance
632 final Rect compoundRect = mCompoundRect;636 mDrawableError.copyBounds(compoundRect);638 mDrawableSizeError = compoundRect.width();639 mDrawableHeightError = compoundRect.height();2251 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local2256 start.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()2260 dr.mDrawableSizeStart = compoundRect.width(); in setRelativeDrawablesIfNeeded()2261 dr.mDrawableHeightStart = compoundRect.height(); in setRelativeDrawablesIfNeeded()2268 end.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()2272 dr.mDrawableSizeEnd = compoundRect.width(); in setRelativeDrawablesIfNeeded()[all …]