FileDocCategorySizeDatePackage
AnimatorInflater.javaAPI DocAndroid 5.1 API531Sat Mar 14 14:09:42 GMT 2015android.animation

AnimatorInflater.java

package android.animation;
public class AnimatorInflater
{
public  AnimatorInflater() { throw new RuntimeException("Stub!"); }
public static  android.animation.Animator loadAnimator(android.content.Context context, int id) throws android.content.res.Resources.NotFoundException { throw new RuntimeException("Stub!"); }
public static  android.animation.StateListAnimator loadStateListAnimator(android.content.Context context, int id) throws android.content.res.Resources.NotFoundException { throw new RuntimeException("Stub!"); }
}