Uses of Class
android.content.res.TypedArray

Packages that use TypedArray
android.content   
android.content.res   
android.preference   
android.view   
android.widget   
 

Uses of TypedArray in android.content
 

Methods in android.content that return TypedArray
 TypedArray Context.obtainStyledAttributes(AttributeSet set, int[] attrs)
           
 TypedArray Context.obtainStyledAttributes(AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes)
           
 TypedArray Context.obtainStyledAttributes(int[] attrs)
           
 TypedArray Context.obtainStyledAttributes(int resid, int[] attrs)
           
 

Uses of TypedArray in android.content.res
 

Methods in android.content.res that return TypedArray
 TypedArray Resources.obtainAttributes(AttributeSet set, int[] attrs)
           
 TypedArray Resources.Theme.obtainStyledAttributes(AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes)
           
 TypedArray Resources.Theme.obtainStyledAttributes(int[] attrs)
           
 TypedArray Resources.Theme.obtainStyledAttributes(int resid, int[] attrs)
           
 TypedArray Resources.obtainTypedArray(int id)
           
 

Uses of TypedArray in android.preference
 

Methods in android.preference with parameters of type TypedArray
protected  Object RingtonePreference.onGetDefaultValue(TypedArray a, int index)
           
protected  Object EditTextPreference.onGetDefaultValue(TypedArray a, int index)
           
protected  Object TwoStatePreference.onGetDefaultValue(TypedArray a, int index)
           
protected  Object MultiSelectListPreference.onGetDefaultValue(TypedArray a, int index)
           
protected  Object ListPreference.onGetDefaultValue(TypedArray a, int index)
           
protected  Object Preference.onGetDefaultValue(TypedArray a, int index)
           
 

Uses of TypedArray in android.view
 

Methods in android.view that return TypedArray
 TypedArray Window.getWindowStyle()
           
 

Methods in android.view with parameters of type TypedArray
protected  void View.initializeFadingEdge(TypedArray a)
           
protected  void View.initializeScrollbars(TypedArray a)
           
protected  void ViewGroup.LayoutParams.setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)
           
 

Uses of TypedArray in android.widget
 

Methods in android.widget with parameters of type TypedArray
static int TextView.getTextColor(Context context, TypedArray attrs, int def)
           
static ColorStateList TextView.getTextColors(Context context, TypedArray attrs)
           
protected  void RadioGroup.LayoutParams.setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)
           
protected  void TableLayout.LayoutParams.setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)
           
protected  void GridLayout.LayoutParams.setBaseAttributes(TypedArray attributes, int widthAttr, int heightAttr)
           
protected  void TableRow.LayoutParams.setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)
           
 



Copyright © 2008-2012. All Rights Reserved.