Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java600 final Rect compoundRect = mCompoundRect;
604 mDrawableError.copyBounds(compoundRect);
606 mDrawableSizeError = compoundRect.width();
607 mDrawableHeightError = compoundRect.height();
2169 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local
2174 start.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
2178 dr.mDrawableSizeStart = compoundRect.width(); in setRelativeDrawablesIfNeeded()
2179 dr.mDrawableHeightStart = compoundRect.height(); in setRelativeDrawablesIfNeeded()
2186 end.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
2190 dr.mDrawableSizeEnd = compoundRect.width(); in setRelativeDrawablesIfNeeded()
[all …]