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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java30 * with respect to the clip region. Note that a ColorDrawable ignores the ColorFilter.
38 public class ColorDrawable extends Drawable { class in inherits:Drawable
42 * Creates a new black ColorDrawable.
44 public ColorDrawable() { method in class:ColorDrawable
49 * Creates a new ColorDrawable with the specified color.
53 public ColorDrawable(int color) { method in class:ColorDrawable
58 private ColorDrawable(ColorState state) { method in class:ColorDrawable
94 * Setting a color filter on a ColorDrawable has no effect.
116 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.ColorDrawable);
145 return new ColorDrawable(thi
[all...]

Completed in 12 milliseconds