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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java40 * Note that a ColorDrawable ignores the ColorFilter.
46 public class ColorDrawable extends Drawable { class in inherits:Drawable
56 * Creates a new black ColorDrawable.
58 public ColorDrawable() { method in class:ColorDrawable
63 * Creates a new ColorDrawable with the specified color.
67 public ColorDrawable(@ColorInt int color) { method in class:ColorDrawable
236 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ColorDrawable);
274 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ColorDrawable);
321 return new ColorDrawable(this, null);
326 return new ColorDrawable(thi
336 private ColorDrawable(ColorState state, Resources res) { method in class:ColorDrawable
[all...]

Completed in 457 milliseconds