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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java94 public class GradientDrawable extends Drawable { class in inherits:Drawable
200 public GradientDrawable() { method in class:GradientDrawable
208 public GradientDrawable(Orientation orientation, @ColorInt int[] colors) { method in class:GradientDrawable
1211 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.GradientDrawable);
1233 state.mThemeAttrs, R.styleable.GradientDrawable);
1975 return new GradientDrawable(this, null);
1990 return new GradientDrawable(state, res);
2092 * Creates a new themed GradientDrawable based on the specified constant state.
2098 private GradientDrawable(@NonNull GradientState state, @Nullable Resources res) { method in class:GradientDrawable

Completed in 70 milliseconds