Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java419 final Rect compoundRect = mCompoundRect; in setErrorDrawable() local
424 mDrawableError.copyBounds(compoundRect); in setErrorDrawable()
426 mDrawableSizeError = compoundRect.width(); in setErrorDrawable()
427 mDrawableHeightError = compoundRect.height(); in setErrorDrawable()
1401 final Rect compoundRect = dr.mCompoundRect; in setRelativeDrawablesIfNeeded() local
1406 start.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
1410 dr.mDrawableSizeStart = compoundRect.width(); in setRelativeDrawablesIfNeeded()
1411 dr.mDrawableHeightStart = compoundRect.height(); in setRelativeDrawablesIfNeeded()
1418 end.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
1422 dr.mDrawableSizeEnd = compoundRect.width(); in setRelativeDrawablesIfNeeded()
[all …]