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

/frameworks/base/graphics/java/android/graphics/
H A DSweepGradient.java19 public class SweepGradient extends Shader { class in inherits:Shader
51 public SweepGradient(float cx, float cy, method in class:SweepGradient
76 public SweepGradient(float cx, float cy, int color0, int color1) { method in class:SweepGradient
90 final SweepGradient copy;
93 copy = new SweepGradient(mCx, mCy, mColors.clone(),
97 copy = new SweepGradient(mCx, mCy, mColor0, mColor1);
100 throw new IllegalArgumentException("SweepGradient should be created with either " +

Completed in 43 milliseconds