API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Removed Constructors | |
---|---|
Context, |
|
Context, |
Added Constructors | |
---|---|
Context, |
|
Context, |
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, |
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, |
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 |