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.ProgressBar

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

Added Constructors
ProgressBar(Context, AttributeSet)  
ProgressBar(Context, AttributeSet, int)  
 

Removed Methods
Drawable getIndeterminateBackground()

Get the drawable used to draw the progress bar in indeterminate mode.

void setBackground(Drawable)  
void setIndeterminateBackground(Drawable)

Define the background used to draw the progress bar in indeterminate mode.

void startAnimation()

Start the indeterminate progress animation.

void stopAnimation()

Stop the indeterminate progress animation.

 

Added Methods
Drawable getIndeterminateDrawable()

Get the drawable used to draw the progress bar in indeterminate mode.

Interpolator getInterpolator() Gets the acceleration curve type for the indeterminate animation.
Drawable getProgressDrawable()

Get the drawable used to draw the progress bar in progress mode.

void setIndeterminateDrawable(Drawable)

Define the drawable used to draw the progress bar in indeterminate mode.

void setInterpolator(Context, int) Sets the acceleration curve for the indeterminate animation.
void setInterpolator(Interpolator) Sets the acceleration curve for the indeterminate animation.
void setProgressDrawable(Drawable)

Define the drawable used to draw the progress bar in progress mode.

 

Changed Methods
void invalidateDrawable(Drawable) Method was inherited from android.view.View, but is now defined locally.  
void onSizeChanged(int, int, int, int) Method was inherited from android.view.View, but is now defined locally.  
boolean verifyDrawable(Drawable) Method was inherited from android.view.View, but is now defined locally.  
 

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