File
Doc
Category
Size
Date
Package
ColorStateList.java
API Doc
Android 5.1 API
1333
Sat Mar 14 14:09:30 GMT 2015
android.content.res
ColorStateList
java.lang.Object
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.ColorStateList
createFromXml
(
android.content.res.Resources
r,
org.xmlpull.v1.XmlPullParser
parser)
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
int
getColorForState
(
int[]
stateSet,
int
defaultColor)
throw new RuntimeException("Stub!");
public
int
getDefaultColor
()
throw new RuntimeException("Stub!");
public
boolean
isOpaque
()
throw new RuntimeException("Stub!");
public
boolean
isStateful
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public static
android.content.res.ColorStateList
valueOf
(
int
color)
throw new RuntimeException("Stub!");
public
android.content.res.ColorStateList
withAlpha
(
int
alpha)
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
dest,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source