FileDocCategorySizeDatePackage
ColorStateList.javaAPI DocAndroid 5.1 API1333Sat Mar 14 14:09:30 GMT 2015android.content.res

ColorStateList

public class ColorStateList extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public ColorStateList(int[] states, int[] colors)

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.content.res.ColorStateListcreateFromXml(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser)

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

 throw new RuntimeException("Stub!"); 
public intgetColorForState(int[] stateSet, int defaultColor)

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

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

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

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public static android.content.res.ColorStateListvalueOf(int color)

 throw new RuntimeException("Stub!"); 
public android.content.res.ColorStateListwithAlpha(int alpha)

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");