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

TypedArray.java

package android.content.res;
public class TypedArray
{
TypedArray() { throw new RuntimeException("Stub!"); }
public  int length() { throw new RuntimeException("Stub!"); }
public  int getIndexCount() { throw new RuntimeException("Stub!"); }
public  int getIndex(int at) { throw new RuntimeException("Stub!"); }
public  android.content.res.Resources getResources() { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence getText(int index) { throw new RuntimeException("Stub!"); }
public  java.lang.String getString(int index) { throw new RuntimeException("Stub!"); }
public  java.lang.String getNonResourceString(int index) { throw new RuntimeException("Stub!"); }
public  boolean getBoolean(int index, boolean defValue) { throw new RuntimeException("Stub!"); }
public  int getInt(int index, int defValue) { throw new RuntimeException("Stub!"); }
public  float getFloat(int index, float defValue) { throw new RuntimeException("Stub!"); }
public  int getColor(int index, int defValue) { throw new RuntimeException("Stub!"); }
public  android.content.res.ColorStateList getColorStateList(int index) { throw new RuntimeException("Stub!"); }
public  int getInteger(int index, int defValue) { throw new RuntimeException("Stub!"); }
public  float getDimension(int index, float defValue) { throw new RuntimeException("Stub!"); }
public  int getDimensionPixelOffset(int index, int defValue) { throw new RuntimeException("Stub!"); }
public  int getDimensionPixelSize(int index, int defValue) { throw new RuntimeException("Stub!"); }
public  int getLayoutDimension(int index, java.lang.String name) { throw new RuntimeException("Stub!"); }
public  int getLayoutDimension(int index, int defValue) { throw new RuntimeException("Stub!"); }
public  float getFraction(int index, int base, int pbase, float defValue) { throw new RuntimeException("Stub!"); }
public  int getResourceId(int index, int defValue) { throw new RuntimeException("Stub!"); }
public  android.graphics.drawable.Drawable getDrawable(int index) { throw new RuntimeException("Stub!"); }
public  java.lang.CharSequence[] getTextArray(int index) { throw new RuntimeException("Stub!"); }
public  boolean getValue(int index, android.util.TypedValue outValue) { throw new RuntimeException("Stub!"); }
public  int getType(int index) { throw new RuntimeException("Stub!"); }
public  boolean hasValue(int index) { throw new RuntimeException("Stub!"); }
public  boolean hasValueOrEmpty(int index) { throw new RuntimeException("Stub!"); }
public  android.util.TypedValue peekValue(int index) { throw new RuntimeException("Stub!"); }
public  java.lang.String getPositionDescription() { throw new RuntimeException("Stub!"); }
public  void recycle() { throw new RuntimeException("Stub!"); }
public  int getChangingConfigurations() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
}