Searched defs:SweepGradient (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | SweepGradient.java | 27 public class SweepGradient extends Shader { class 63 public SweepGradient(float cx, float cy, @NonNull @ColorInt int[] colors, in SweepGradient() method in SweepGradient 85 public SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient() method in SweepGradient 94 private SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient() method in SweepGradient 116 public SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) { in SweepGradient() method in SweepGradient 131 public SweepGradient(float cx, float cy, @ColorLong long color0, @ColorLong long color1) { in SweepGradient() method in SweepGradient
|