Searched refs:compoundRect (Results 1 – 1 of 1) sorted by relevance
602 final Rect compoundRect = mCompoundRect;606 mDrawableError.copyBounds(compoundRect);608 mDrawableSizeError = compoundRect.width();609 mDrawableHeightError = compoundRect.height();2174 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local2179 start.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()2183 dr.mDrawableSizeStart = compoundRect.width(); in setRelativeDrawablesIfNeeded()2184 dr.mDrawableHeightStart = compoundRect.height(); in setRelativeDrawablesIfNeeded()2191 end.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()2195 dr.mDrawableSizeEnd = compoundRect.width(); in setRelativeDrawablesIfNeeded()[all …]