Searched defs:ColorDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java31 * Note that a ColorDrawable ignores the ColorFilter.
37 public class ColorDrawable extends Drawable { class in inherits:Drawable
44 * Creates a new black ColorDrawable.
46 public ColorDrawable() { method in class:ColorDrawable
51 * Creates a new ColorDrawable with the specified color.
55 public ColorDrawable(int color) { method in class:ColorDrawable
60 private ColorDrawable(ColorState state) { method in class:ColorDrawable
141 * Setting a color filter on a ColorDrawable has no effect.
163 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.ColorDrawable);
194 return new ColorDrawable(thi
[all...]

Completed in 35 milliseconds