Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java703 final Rect compoundRect = mCompoundRect;
2408 start.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
2420 end.copyBounds(compoundRect); in setRelativeDrawablesIfNeeded()
3135 left.copyBounds(compoundRect); in setCompoundDrawables()
3145 right.copyBounds(compoundRect); in setCompoundDrawables()
3155 top.copyBounds(compoundRect); in setCompoundDrawables()
3165 bottom.copyBounds(compoundRect); in setCompoundDrawables()
3346 start.copyBounds(compoundRect); in setCompoundDrawablesRelative()
3356 end.copyBounds(compoundRect); in setCompoundDrawablesRelative()
3366 top.copyBounds(compoundRect); in setCompoundDrawablesRelative()
[all …]