Home
last modified time | relevance | path

Searched defs:SweepGradient (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DSweepGradient.java25 public class SweepGradient extends Shader { class
61 public SweepGradient(float cx, float cy, @NonNull @ColorInt int[] colors, in SweepGradient() method in SweepGradient
83 public SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient() method in SweepGradient
92 private SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient() method in SweepGradient
114 public SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) { in SweepGradient() method in SweepGradient
129 public SweepGradient(float cx, float cy, @ColorLong long color0, @ColorLong long color1) { in SweepGradient() method in SweepGradient