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

/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java22 public class RadialGradient extends Shader { class in inherits:Shader
28 * Type of the RadialGradient: can be either TYPE_COLORS_AND_POSITIONS or
54 public RadialGradient(float centerX, float centerY, float radius, method in class:RadialGradient
83 public RadialGradient(float centerX, float centerY, 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, mCenterColor, mEdgeColor, mTileMode);
113 throw new IllegalArgumentException("RadialGradient should be created with either " +

Completed in 158 milliseconds