FileDocCategorySizeDatePackage
TypedArray.javaAPI DocAndroid 5.1 API2907Sat Mar 14 14:09:44 GMT 2015android.content.res

TypedArray

public class TypedArray extends Object

Fields Summary
Constructors Summary
TypedArray()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleangetBoolean(int index, boolean defValue)

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

 throw new RuntimeException("Stub!"); 
public intgetColor(int index, int defValue)

 throw new RuntimeException("Stub!"); 
public android.content.res.ColorStateListgetColorStateList(int index)

 throw new RuntimeException("Stub!"); 
public floatgetDimension(int index, float defValue)

 throw new RuntimeException("Stub!"); 
public intgetDimensionPixelOffset(int index, int defValue)

 throw new RuntimeException("Stub!"); 
public intgetDimensionPixelSize(int index, int defValue)

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetDrawable(int index)

 throw new RuntimeException("Stub!"); 
public floatgetFloat(int index, float defValue)

 throw new RuntimeException("Stub!"); 
public floatgetFraction(int index, int base, int pbase, float defValue)

 throw new RuntimeException("Stub!"); 
public intgetIndex(int at)

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

 throw new RuntimeException("Stub!"); 
public intgetInt(int index, int defValue)

 throw new RuntimeException("Stub!"); 
public intgetInteger(int index, int defValue)

 throw new RuntimeException("Stub!"); 
public intgetLayoutDimension(int index, java.lang.String name)

 throw new RuntimeException("Stub!"); 
public intgetLayoutDimension(int index, int defValue)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetNonResourceString(int index)

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

 throw new RuntimeException("Stub!"); 
public intgetResourceId(int index, int defValue)

 throw new RuntimeException("Stub!"); 
public android.content.res.ResourcesgetResources()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetString(int index)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetText(int index)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequence[]getTextArray(int index)

 throw new RuntimeException("Stub!"); 
public intgetType(int index)

 throw new RuntimeException("Stub!"); 
public booleangetValue(int index, android.util.TypedValue outValue)

 throw new RuntimeException("Stub!"); 
public booleanhasValue(int index)

 throw new RuntimeException("Stub!"); 
public booleanhasValueOrEmpty(int index)

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

 throw new RuntimeException("Stub!"); 
public android.util.TypedValuepeekValue(int index)

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

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

 throw new RuntimeException("Stub!");