Searched refs:ColorStateListDrawable (Results 1 – 8 of 8) 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 ColorStateListDrawable51 private ColorStateListDrawable(@NonNull ColorStateListDrawableState state) { in ColorStateListDrawable() method in ColorStateListDrawable268 return new ColorStateListDrawable(this); in newDrawable()
24 import android.graphics.drawable.ColorStateListDrawable;46 assertTrue(drawable instanceof ColorStateListDrawable); in testLoadColorAsDrawable()
39 import android.graphics.drawable.ColorStateListDrawable;887 return new ColorStateListDrawable(csl); in loadColorOrXmlDrawable()
2014 android.graphics.drawable.ColorStateListDrawable$ColorStateListDrawableState2015 android.graphics.drawable.ColorStateListDrawable
24957 Landroid/graphics/drawable/ColorStateListDrawable$ColorStateListDrawableState;24958 Landroid/graphics/drawable/ColorStateListDrawable;
2013 android.graphics.drawable.ColorStateListDrawable$ColorStateListDrawableState2014 android.graphics.drawable.ColorStateListDrawable
34594 Landroid/graphics/drawable/ColorStateListDrawable$ColorStateListDrawableState;34595 Landroid/graphics/drawable/ColorStateListDrawable;
16470 …public class ColorStateListDrawable extends android.graphics.drawable.Drawable implements android.…16471 ctor public ColorStateListDrawable();16472 ctor public ColorStateListDrawable(@NonNull android.content.res.ColorStateList);