Searched refs:ColorStateListDrawable (Results 1 – 5 of 5) sorted by relevance
35 public class ColorStateListDrawable extends Drawable implements Drawable.Callback { class40 public ColorStateListDrawable() { in ColorStateListDrawable() method in ColorStateListDrawable45 public ColorStateListDrawable(@NonNull ColorStateList colorStateList) { in ColorStateListDrawable() method in ColorStateListDrawable262 return new ColorStateListDrawable(this); in newDrawable()289 private ColorStateListDrawable(@NonNull ColorStateListDrawableState state) { in ColorStateListDrawable() method in ColorStateListDrawable
24 import android.graphics.drawable.ColorStateListDrawable;46 assertTrue(drawable instanceof ColorStateListDrawable); in testLoadColorAsDrawable()
40 import android.graphics.drawable.ColorStateListDrawable;920 return new ColorStateListDrawable(csl); in loadColorOrXmlDrawable()
15345 …public class ColorStateListDrawable extends android.graphics.drawable.Drawable implements android.…15346 ctor public ColorStateListDrawable();15347 ctor public ColorStateListDrawable(@NonNull android.content.res.ColorStateList);