Home
last modified time | relevance | path

Searched refs:compoundRect (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java602 final Rect compoundRect = mCompoundRect;
606 mDrawableError.copyBounds(compoundRect);
608 mDrawableSizeError = compoundRect.width();
609 mDrawableHeightError = compoundRect.height();
2174 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local
2179 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 …]