| /appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/ |
| D | AppCompatToggleButtonTest.java | 174 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintList() 201 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintMode() 237 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testCompoundDrawablesSetAfterTint()
|
| D | AppCompatRadioButtonTest.java | 207 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintList() 234 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintMode() 270 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testCompoundDrawablesSetAfterTint()
|
| D | AppCompatAutoCompleteTextViewTest.java | 203 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintList() 231 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintMode() 267 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testCompoundDrawablesSetAfterTint()
|
| D | AppCompatMultiAutoCompleteTextViewTest.java | 205 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintList() 234 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintMode() 271 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testCompoundDrawablesSetAfterTint()
|
| D | AppCompatCheckBoxTest.java | 206 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintList() 233 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintMode() 269 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testCompoundDrawablesSetAfterTint()
|
| D | AppCompatCheckedTextViewTest.java | 275 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintList() 302 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintMode() 338 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testCompoundDrawablesSetAfterTint()
|
| D | AppCompatEditTextTest.java | 370 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintList() 398 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintMode() 434 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testCompoundDrawablesSetAfterTint()
|
| D | AppCompatTextViewTest.java | 1184 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintList() 1211 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testSetCompoundDrawablesTintMode() 1247 textView.setCompoundDrawables(AppCompatResources.getDrawable( in testCompoundDrawablesSetAfterTint()
|
| D | AppCompatBaseAutoSizeTest.java | 412 autoSizeView.setCompoundDrawables(drawable, drawable, drawable, drawable); 466 autoSizeView.setCompoundDrawables(
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | AppCompatToggleButton.java | 198 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() method in AppCompatToggleButton 200 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
|
| D | AppCompatMultiAutoCompleteTextView.java | 264 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() method in AppCompatMultiAutoCompleteTextView 266 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
|
| D | AppCompatCheckBox.java | 260 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() method in AppCompatCheckBox 262 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
|
| D | AppCompatRadioButton.java | 259 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() method in AppCompatRadioButton 261 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
|
| D | AppCompatAutoCompleteTextView.java | 281 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() method in AppCompatAutoCompleteTextView 283 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
|
| D | AppCompatCheckedTextView.java | 304 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() method in AppCompatCheckedTextView 306 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
|
| D | AppCompatEditText.java | 417 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() method in AppCompatEditText 419 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
|
| D | AppCompatTextView.java | 675 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() method in AppCompatTextView 677 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
|
| D | AppCompatTextHelper.java | 298 setCompoundDrawables(drawableLeft, drawableTop, drawableRight, drawableBottom, in loadFromAttributes() 726 private void setCompoundDrawables(Drawable drawableLeft, Drawable drawableTop,
|
| /appcompat/appcompat-lint/integration-tests/src/main/java/com/example/android/appcompat/ |
| D | AppCompatLintDemo.java | 59 noop.setCompoundDrawables(dr, null, null, null); in onCreate()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/app/ |
| D | AlertController.java | 774 mButtonPositive.setCompoundDrawables(mButtonPositiveIcon, null, null, null); in setupButtons() 789 mButtonNegative.setCompoundDrawables(mButtonNegativeIcon, null, null, null); in setupButtons() 804 mButtonNeutral.setCompoundDrawables(mButtonNeutralIcon, null, null, null); in setupButtons()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/ |
| D | ActionMenuItemView.java | 235 setCompoundDrawables(icon, null, null, null); in setIcon()
|
| /appcompat/appcompat/src/main/ |
| D | baseline-prof.txt | 287 HSPLandroidx/appcompat/widget/AppCompatTextHelper;->setCompoundDrawables(Landroid/graphics/drawable… 299 HSPLandroidx/appcompat/widget/AppCompatTextView;->setCompoundDrawables(Landroid/graphics/drawable/D…
|