FileDocCategorySizeDatePackage
ColorDrawable.javaAPI DocAndroid 5.1 API2011Sat Mar 14 14:09:42 GMT 2015android.graphics.drawable

ColorDrawable

public class ColorDrawable extends android.graphics.drawable.Drawable

Fields Summary
Constructors Summary
public ColorDrawable()

 throw new RuntimeException("Stub!"); 
public ColorDrawable(int color)

 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 intgetColor()

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

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

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

 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 booleanonStateChange(int[] stateSet)

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

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

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

 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!");