Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java632 final Rect compoundRect = mCompoundRect;
636 mDrawableError.copyBounds(compoundRect);
638 mDrawableSizeError = compoundRect.width();
639 mDrawableHeightError = compoundRect.height();
2251 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local
2256 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 …]