Searched refs:setTintMode (Results 1 – 13 of 13) sorted by relevance
93 if (mTintMode != null) mDrawable.setTintMode(mTintMode); in setDrawable()212 public void setTintMode(@NonNull Mode tintMode) { in setTintMode() method in SlashDrawable214 super.setTintMode(tintMode); in setTintMode()215 mDrawable.setTintMode(tintMode); in setTintMode()
63 drawable.setTintMode(mode); in setTintList_shouldBeApplied()
378 public void setTintMode(PorterDuff.Mode tintMode) { in setTintMode() method in GarbageMonitor.MemoryIconDrawable379 super.setTintMode(tintMode); in setTintMode()380 baseIcon.setTintMode(tintMode); in setTintMode()
245 mIconDrawable.setTintMode(mIconTintMode); in applyIconTint()
549 icon.setTintMode(mIconTintMode); in applyIconTintIfNecessary()
237 public void setTintMode(Mode tintMode) { in setTintMode() method in BarTransitions.BarBackgroundDrawable
692 public void setTintMode(@Nullable PorterDuff.Mode tintMode) { in setTintMode() method in Drawable720 setTintMode(mode != null ? mode : Drawable.DEFAULT_TINT_MODE); in setTintBlendMode()
794 public @NonNull Icon setTintMode(@NonNull PorterDuff.Mode mode) { in setTintMode() method in Icon
358 public void setTintMode(@NonNull PorterDuff.Mode mode) { in setTintMode() method in UserIconDrawable
15910 method public void setTintMode(@Nullable android.graphics.PorterDuff.Mode);16071 …method @NonNull public android.graphics.drawable.Icon setTintMode(@NonNull android.graphics.Porter…
7055 HSPLandroid/graphics/drawable/Drawable;->setTintMode(Landroid/graphics/PorterDuff$Mode;)V
11730 method public void setTintMode(android.graphics.PorterDuff.Mode);
7057 HSPLandroid/graphics/drawable/Drawable;->setTintMode(Landroid/graphics/PorterDuff$Mode;)V