Searched refs:setTintMode (Results 1 – 14 of 14) sorted by relevance
91 if (mTintMode != null) mDrawable.setTintMode(mTintMode); in setDrawable()210 public void setTintMode(@NonNull Mode tintMode) { in setTintMode() method in SlashDrawable212 super.setTintMode(tintMode); in setTintMode()213 mDrawable.setTintMode(tintMode); in setTintMode()
63 drawable.setTintMode(mode); in setTintList_shouldBeApplied()
352 public void setTintMode(PorterDuff.Mode tintMode) { in setTintMode() method in GarbageMonitor.MemoryIconDrawable353 super.setTintMode(tintMode); in setTintMode()354 baseIcon.setTintMode(tintMode); in setTintMode()
244 mIconDrawable.setTintMode(mIconTintMode); in applyIconTint()
548 icon.setTintMode(mIconTintMode); in applyIconTintIfNecessary()
219 public void setTintMode(Mode tintMode) { in setTintMode() method in BarTransitions.BarBackgroundDrawable
697 public void setTintMode(@Nullable PorterDuff.Mode tintMode) { in setTintMode() method in Drawable725 setTintMode(mode != null ? mode : Drawable.DEFAULT_TINT_MODE); in setTintBlendMode()
700 public @NonNull Icon setTintMode(@NonNull PorterDuff.Mode mode) { in setTintMode() method in Icon
295 public void setTintMode(@NonNull PorterDuff.Mode mode) { in setTintMode() method in UserIconDrawable
424 sun.getBackground().setTintMode(PorterDuff.Mode.SRC_ATOP); in reset()1091 getBackground().setTintMode(PorterDuff.Mode.SRC_ATOP);
6220 HSPLandroid/graphics/drawable/AnimatedVectorDrawable;->setTintMode(Landroid/graphics/PorterDuff$Mod…6279 HSPLandroid/graphics/drawable/BitmapDrawable;->setTintMode(Landroid/graphics/PorterDuff$Mode;)V6413 HSPLandroid/graphics/drawable/DrawableContainer;->setTintMode(Landroid/graphics/PorterDuff$Mode;)V6875 HSPLandroid/graphics/drawable/VectorDrawable;->setTintMode(Landroid/graphics/PorterDuff$Mode;)V41623 HSPLandroid/graphics/drawable/Drawable;->setTintMode(Landroid/graphics/PorterDuff$Mode;)V41633 HSPLandroid/graphics/drawable/Icon;->setTintMode(Landroid/graphics/PorterDuff$Mode;)Landroid/graphi…
15432 method public void setTintMode(@Nullable android.graphics.PorterDuff.Mode);15591 …method @NonNull public android.graphics.drawable.Icon setTintMode(@NonNull android.graphics.Porter…
11730 method public void setTintMode(android.graphics.PorterDuff.Mode);