Searched refs:ColorStateListDrawable (Results 1 – 3 of 3) 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()