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

/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java19 public class RadialGradient extends Shader { class in inherits:Shader
25 * Type of the RadialGradient: can be either TYPE_COLORS_AND_POSITIONS or
50 public RadialGradient(float x, float y, float radius, method in class:RadialGradient
81 public RadialGradient(float x, float y, float radius, method in class:RadialGradient
103 final RadialGradient copy;
106 copy = new RadialGradient(mX, mY, mRadius, mColors.clone(),
110 copy = new RadialGradient(mX, mY, mRadius, mColor0, mColor1, mTileMode);
113 throw new IllegalArgumentException("RadialGradient should be created with either " +

Completed in 55 milliseconds