Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DSweepGradient.java26 public class SweepGradient extends Shader { class
62 public SweepGradient(float cx, float cy, @NonNull @ColorInt int[] colors, in SweepGradient() method in SweepGradient
84 public SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient() method in SweepGradient
93 private SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient() method in SweepGradient
115 public SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) { in SweepGradient() method in SweepGradient
130 public SweepGradient(float cx, float cy, @ColorLong long color0, @ColorLong long color1) { in SweepGradient() method in SweepGradient