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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java42 * Note that a ColorDrawable ignores the ColorFilter.
48 public class ColorDrawable extends Drawable { class in inherits:Drawable
58 * Creates a new black ColorDrawable.
60 public ColorDrawable() { method in class:ColorDrawable
65 * Creates a new ColorDrawable with the specified color.
69 public ColorDrawable(@ColorInt int color) { method in class:ColorDrawable
263 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ColorDrawable);
301 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable);
348 return new ColorDrawable(this, null);
353 return new ColorDrawable(thi
363 private ColorDrawable(ColorState state, Resources res) { method in class:ColorDrawable
[all...]

Completed in 59 milliseconds