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

ViewAnimator.java

package android.widget;
public class ViewAnimator
  extends android.widget.FrameLayout
{
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!"); }
public  void setDisplayedChild(int whichChild) { throw new RuntimeException("Stub!"); }
public  int getDisplayedChild() { throw new RuntimeException("Stub!"); }
public  void showNext() { throw new RuntimeException("Stub!"); }
public  void showPrevious() { throw new RuntimeException("Stub!"); }
public  void addView(android.view.View child, int index, android.view.ViewGroup.LayoutParams params) { throw new RuntimeException("Stub!"); }
public  void removeAllViews() { throw new RuntimeException("Stub!"); }
public  void removeView(android.view.View view) { throw new RuntimeException("Stub!"); }
public  void removeViewAt(int index) { throw new RuntimeException("Stub!"); }
public  void removeViewInLayout(android.view.View view) { throw new RuntimeException("Stub!"); }
public  void removeViews(int start, int count) { throw new RuntimeException("Stub!"); }
public  void removeViewsInLayout(int start, int count) { throw new RuntimeException("Stub!"); }
public  android.view.View getCurrentView() { throw new RuntimeException("Stub!"); }
public  android.view.animation.Animation getInAnimation() { throw new RuntimeException("Stub!"); }
public  void setInAnimation(android.view.animation.Animation inAnimation) { throw new RuntimeException("Stub!"); }
public  android.view.animation.Animation getOutAnimation() { throw new RuntimeException("Stub!"); }
public  void setOutAnimation(android.view.animation.Animation outAnimation) { throw new RuntimeException("Stub!"); }
public  void setInAnimation(android.content.Context context, int resourceID) { throw new RuntimeException("Stub!"); }
public  void setOutAnimation(android.content.Context context, int resourceID) { throw new RuntimeException("Stub!"); }
public  boolean getAnimateFirstView() { throw new RuntimeException("Stub!"); }
public  void setAnimateFirstView(boolean animate) { throw new RuntimeException("Stub!"); }
public  int getBaseline() { throw new RuntimeException("Stub!"); }
public  void onInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event) { throw new RuntimeException("Stub!"); }
public  void onInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info) { throw new RuntimeException("Stub!"); }
}