File
Doc
Category
Size
Date
Package
AnimatorInflater.java
API Doc
Android 5.1 API
531
Sat Mar 14 14:09:42 GMT 2015
android.animation
AnimatorInflater
java.lang.Object
public class AnimatorInflater extends Object
Fields Summary
Constructors Summary
public AnimatorInflater
()
throw new RuntimeException("Stub!");
Methods Summary
public static
android.animation.Animator
loadAnimator
(
android.content.Context
context,
int
id)
throw new RuntimeException("Stub!");
public static
android.animation.StateListAnimator
loadStateListAnimator
(
android.content.Context
context,
int
id)
throw new RuntimeException("Stub!");
Java Code Source