Uses of Class
android.content.res.ColorStateList

Packages that use ColorStateList
android.content.res   
android.text.style   
android.widget   
 

Uses of ColorStateList in android.content.res
 

Fields in android.content.res with type parameters of type ColorStateList
static Parcelable.Creator<ColorStateList> ColorStateList.CREATOR
           
 

Methods in android.content.res that return ColorStateList
static ColorStateList ColorStateList.createFromXml(Resources r, org.xmlpull.v1.XmlPullParser parser)
           
 ColorStateList Resources.getColorStateList(int id)
           
 ColorStateList TypedArray.getColorStateList(int index)
           
static ColorStateList ColorStateList.valueOf(int color)
           
 ColorStateList ColorStateList.withAlpha(int alpha)
           
 

Uses of ColorStateList in android.text.style
 

Methods in android.text.style that return ColorStateList
 ColorStateList TextAppearanceSpan.getLinkTextColor()
           
 ColorStateList TextAppearanceSpan.getTextColor()
           
 

Constructors in android.text.style with parameters of type ColorStateList
TextAppearanceSpan(String family, int style, int size, ColorStateList color, ColorStateList linkColor)
           
 

Uses of ColorStateList in android.widget
 

Methods in android.widget that return ColorStateList
 ColorStateList TextView.getHintTextColors()
           
 ColorStateList TextView.getLinkTextColors()
           
 ColorStateList TextView.getTextColors()
           
static ColorStateList TextView.getTextColors(Context context, TypedArray attrs)
           
 

Methods in android.widget with parameters of type ColorStateList
 void TextView.setHintTextColor(ColorStateList colors)
           
 void TextView.setLinkTextColor(ColorStateList colors)
           
 void TextView.setTextColor(ColorStateList colors)
           
 



Copyright © 2008-2012. All Rights Reserved.