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
1221 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.GradientDrawable);
1243 state.mThemeAttrs, R.styleable.GradientDrawable);
1985 return new GradientDrawable(this, null);
2000 return new GradientDrawable(state, res);
2102 * Creates a new themed GradientDrawable based on the specified constant state.
2108 private GradientDrawable(@NonNull GradientState state, @Nullable Resources res) { method in class:GradientDrawable

Completed in 642 milliseconds