android.graphics.LinearGradient 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 LinearGradient
extends android.graphics.Shader
{
public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, float[] positions, android.graphics.Shader.TileMode tile) { throw new RuntimeException("Stub!"); }
public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1, android.graphics.Shader.TileMode tile) { throw new RuntimeException("Stub!"); }
}