FileDocCategorySizeDatePackage
ViewAnimator.javaAPI DocAndroid 5.1 API2688Sat Mar 14 14:09:36 GMT 2015android.widget

ViewAnimator

public class ViewAnimator extends android.widget.FrameLayout

Fields Summary
Constructors Summary
public ViewAnimator(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public ViewAnimator(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddView(android.view.View child, int index, android.view.ViewGroup.LayoutParams params)

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

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

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetCurrentView()

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

 throw new RuntimeException("Stub!"); 
public android.view.animation.AnimationgetInAnimation()

 throw new RuntimeException("Stub!"); 
public android.view.animation.AnimationgetOutAnimation()

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

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

 throw new RuntimeException("Stub!"); 
public voidremoveView(android.view.View view)

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

 throw new RuntimeException("Stub!"); 
public voidremoveViewInLayout(android.view.View view)

 throw new RuntimeException("Stub!"); 
public voidremoveViews(int start, int count)

 throw new RuntimeException("Stub!"); 
public voidremoveViewsInLayout(int start, int count)

 throw new RuntimeException("Stub!"); 
public voidsetAnimateFirstView(boolean animate)

 throw new RuntimeException("Stub!"); 
public voidsetDisplayedChild(int whichChild)

 throw new RuntimeException("Stub!"); 
public voidsetInAnimation(android.view.animation.Animation inAnimation)

 throw new RuntimeException("Stub!"); 
public voidsetInAnimation(android.content.Context context, int resourceID)

 throw new RuntimeException("Stub!"); 
public voidsetOutAnimation(android.view.animation.Animation outAnimation)

 throw new RuntimeException("Stub!"); 
public voidsetOutAnimation(android.content.Context context, int resourceID)

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

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

 throw new RuntimeException("Stub!");