Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java451 final Rect compoundRect = mCompoundRect; in setErrorDrawable() local
455 mDrawableError.copyBounds(compoundRect); in setErrorDrawable()
457 mDrawableSizeError = compoundRect.width(); in setErrorDrawable()
458 mDrawableHeightError = compoundRect.height(); in setErrorDrawable()
1518 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local
1523 start.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
1527 dr.mDrawableSizeStart = compoundRect.width(); in setRelativeDrawablesIfNeeded()
1528 dr.mDrawableHeightStart = compoundRect.height(); in setRelativeDrawablesIfNeeded()
1535 end.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
1539 dr.mDrawableSizeEnd = compoundRect.width(); in setRelativeDrawablesIfNeeded()
[all …]