All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.widget.ViewAnimator Maven / Gradle / Ivy

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); throw new RuntimeException("Stub!"); }
public  ViewAnimator(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null,(android.util.AttributeSet)null,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  void setAnimateFirstView(boolean animate) { throw new RuntimeException("Stub!"); }
public  int getBaseline() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy