Searched refs:setTint (Results 1 – 10 of 10) sorted by relevance
38 void setTint(Drawable drawable, int tint); in setTint() method69 public void setTint(Drawable drawable, int tint) { in setTint() method in DrawableCompat.BaseDrawableImpl121 public void setTint(Drawable drawable, int tint) { in setTint() method in DrawableCompat.LDrawableImpl122 DrawableCompatL.setTint(drawable, tint); in setTint()224 public static void setTint(Drawable drawable, int tint) { in setTint() method in DrawableCompat225 IMPL.setTint(drawable, tint); in setTint()
37 public static void setTint(Drawable drawable, int tint) { in setTint() method in DrawableCompatL38 drawable.setTint(tint); in setTint()
187 public void setTint(int tint) { in setTint() method in DrawableWrapper188 DrawableCompat.setTint(mDrawable, tint); in setTint()
99 public void setTint(int tintColor) { in setTint() method in NotificationBackgroundView
399 mBackgroundDimmed.setTint(color); in updateBackgroundTint()400 mBackgroundNormal.setTint(color); in updateBackgroundTint()
236 sun.getBackground().setTint(0); in reset()240 sun.getBackground().setTint(0xC0FF8000); in reset()704 getBackground().setTint(0xFF00FF00);
40 android.graphics.drawable.NinePatchDrawable} objects with the {@code setTint()} method. You can
483 public void setTint(int tint) { in setTint() method in Drawable
958 NO DOC BLOCK: android.graphics.drawable.Drawable Method setTint(int)
11683 method public void setTint(int);