API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.ViewAnimator

Removed Constructors
android.widget(Context, AttributeSet, Map)  
 

Added Constructors
ViewAnimator(Context, AttributeSet)  
 

Removed Methods
void showOnly(int)  
 

Added Methods
void setInAnimation(Context, int) Specifies the animation used to animate a View that enters the screen.
void setOutAnimation(Context, int) Specifies the animation used to animate a View that exit the screen.
void showPrevious() Manually shows the previous child.
 

Changed Methods
int getBaseline() Method was inherited from android.view.View, but is now defined locally.  
 

Removed Fields
boolean mAnimateFirstTime  
boolean mFirstTime  
Animation mInAnimation  
Animation mOutAnimation  
int mWhichChild  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff