android.graphics.RadialGradient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.graphics;
public class RadialGradient
extends android.graphics.Shader
{
public RadialGradient(float x, float y, float radius, int[] colors, float[] positions, android.graphics.Shader.TileMode tile) { throw new RuntimeException("Stub!"); }
public RadialGradient(float x, float y, float radius, int color0, int color1, android.graphics.Shader.TileMode tile) { throw new RuntimeException("Stub!"); }
}