Methods Summary |
---|
public void | addView(android.view.View child, int index, android.view.ViewGroup.LayoutParams params) throw new RuntimeException("Stub!");
|
public boolean | getAnimateFirstView() throw new RuntimeException("Stub!");
|
public int | getBaseline() throw new RuntimeException("Stub!");
|
public android.view.View | getCurrentView() throw new RuntimeException("Stub!");
|
public int | getDisplayedChild() throw new RuntimeException("Stub!");
|
public android.view.animation.Animation | getInAnimation() throw new RuntimeException("Stub!");
|
public android.view.animation.Animation | getOutAnimation() 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!");
|
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 void | setAnimateFirstView(boolean animate) throw new RuntimeException("Stub!");
|
public void | setDisplayedChild(int whichChild) throw new RuntimeException("Stub!");
|
public void | setInAnimation(android.view.animation.Animation inAnimation) throw new RuntimeException("Stub!");
|
public void | setInAnimation(android.content.Context context, int resourceID) throw new RuntimeException("Stub!");
|
public void | setOutAnimation(android.view.animation.Animation outAnimation) throw new RuntimeException("Stub!");
|
public void | setOutAnimation(android.content.Context context, int resourceID) throw new RuntimeException("Stub!");
|
public void | showNext() throw new RuntimeException("Stub!");
|
public void | showPrevious() throw new RuntimeException("Stub!");
|