FileDocCategorySizeDatePackage
GradientDrawable.javaAPI DocAndroid 5.1 API4714Sat Mar 14 14:09:40 GMT 2015android.graphics.drawable

GradientDrawable

public class GradientDrawable extends android.graphics.drawable.Drawable

Fields Summary
public static final int
LINE
public static final int
LINEAR_GRADIENT
public static final int
OVAL
public static final int
RADIAL_GRADIENT
public static final int
RECTANGLE
public static final int
RING
public static final int
SWEEP_GRADIENT
Constructors Summary
public GradientDrawable()

 throw new RuntimeException("Stub!"); 
public GradientDrawable(Orientation orientation, int[] colors)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidapplyTheme(android.content.res.Resources.Theme t)

 throw new RuntimeException("Stub!"); 
public booleancanApplyTheme()

 throw new RuntimeException("Stub!"); 
public voiddraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public intgetAlpha()

 throw new RuntimeException("Stub!"); 
public intgetChangingConfigurations()

 throw new RuntimeException("Stub!"); 
public android.graphics.ColorFiltergetColorFilter()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.Drawable.ConstantStategetConstantState()

 throw new RuntimeException("Stub!"); 
public floatgetGradientRadius()

 throw new RuntimeException("Stub!"); 
public intgetIntrinsicHeight()

 throw new RuntimeException("Stub!"); 
public intgetIntrinsicWidth()

 throw new RuntimeException("Stub!"); 
public intgetOpacity()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.GradientDrawable$OrientationgetOrientation()

 throw new RuntimeException("Stub!"); 
public voidgetOutline(android.graphics.Outline outline)

 throw new RuntimeException("Stub!"); 
public booleangetPadding(android.graphics.Rect padding)

 throw new RuntimeException("Stub!"); 
public voidinflate(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser, android.util.AttributeSet attrs, android.content.res.Resources.Theme theme)

 throw new RuntimeException("Stub!"); 
public booleanisStateful()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.Drawablemutate()

 throw new RuntimeException("Stub!"); 
protected voidonBoundsChange(android.graphics.Rect r)

 throw new RuntimeException("Stub!"); 
protected booleanonLevelChange(int level)

 throw new RuntimeException("Stub!"); 
protected booleanonStateChange(int[] stateSet)

 throw new RuntimeException("Stub!"); 
public voidsetAlpha(int alpha)

 throw new RuntimeException("Stub!"); 
public voidsetColor(int argb)

 throw new RuntimeException("Stub!"); 
public voidsetColor(android.content.res.ColorStateList colorStateList)

 throw new RuntimeException("Stub!"); 
public voidsetColorFilter(android.graphics.ColorFilter cf)

 throw new RuntimeException("Stub!"); 
public voidsetColors(int[] colors)

 throw new RuntimeException("Stub!"); 
public voidsetCornerRadii(float[] radii)

 throw new RuntimeException("Stub!"); 
public voidsetCornerRadius(float radius)

 throw new RuntimeException("Stub!"); 
public voidsetDither(boolean dither)

 throw new RuntimeException("Stub!"); 
public voidsetGradientCenter(float x, float y)

 throw new RuntimeException("Stub!"); 
public voidsetGradientRadius(float gradientRadius)

 throw new RuntimeException("Stub!"); 
public voidsetGradientType(int gradient)

 throw new RuntimeException("Stub!"); 
public voidsetOrientation(android.graphics.drawable.GradientDrawable$Orientation orientation)

 throw new RuntimeException("Stub!"); 
public voidsetShape(int shape)

 throw new RuntimeException("Stub!"); 
public voidsetSize(int width, int height)

 throw new RuntimeException("Stub!"); 
public voidsetStroke(int width, int color)

 throw new RuntimeException("Stub!"); 
public voidsetStroke(int width, android.content.res.ColorStateList colorStateList)

 throw new RuntimeException("Stub!"); 
public voidsetStroke(int width, int color, float dashWidth, float dashGap)

 throw new RuntimeException("Stub!"); 
public voidsetStroke(int width, android.content.res.ColorStateList colorStateList, float dashWidth, float dashGap)

 throw new RuntimeException("Stub!"); 
public voidsetTintList(android.content.res.ColorStateList tint)

 throw new RuntimeException("Stub!"); 
public voidsetTintMode(android.graphics.PorterDuff.Mode tintMode)

 throw new RuntimeException("Stub!"); 
public voidsetUseLevel(boolean useLevel)

 throw new RuntimeException("Stub!");