All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.graphics.LinearGradient Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy