Home
last modified time | relevance | path

Searched refs:ColorStateListDrawable (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DColorStateListDrawable.java35 public class ColorStateListDrawable extends Drawable implements Drawable.Callback { class
40 public ColorStateListDrawable() { in ColorStateListDrawable() method in ColorStateListDrawable
45 public ColorStateListDrawable(@NonNull ColorStateList colorStateList) { in ColorStateListDrawable() method in ColorStateListDrawable
262 return new ColorStateListDrawable(this); in newDrawable()
289 private ColorStateListDrawable(@NonNull ColorStateListDrawableState state) { in ColorStateListDrawable() method in ColorStateListDrawable
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesDrawableTest.java24 import android.graphics.drawable.ColorStateListDrawable;
46 assertTrue(drawable instanceof ColorStateListDrawable); in testLoadColorAsDrawable()
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java40 import android.graphics.drawable.ColorStateListDrawable;
920 return new ColorStateListDrawable(csl); in loadColorOrXmlDrawable()