Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java564 final Rect compoundRect = mCompoundRect;
568 mDrawableError.copyBounds(compoundRect);
570 mDrawableSizeError = compoundRect.width();
571 mDrawableHeightError = compoundRect.height();
2049 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local
2054 start.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
2058 dr.mDrawableSizeStart = compoundRect.width(); in setRelativeDrawablesIfNeeded()
2059 dr.mDrawableHeightStart = compoundRect.height(); in setRelativeDrawablesIfNeeded()
2066 end.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
2070 dr.mDrawableSizeEnd = compoundRect.width(); in setRelativeDrawablesIfNeeded()
[all …]