Class android.widget.ProgressBar
| Added Methods | |
|---|---|
Drawable getCurrentDrawable() |
|
BlendMode getIndeterminateTintBlendMode() |
|
int getMaxHeight() |
|
int getMaxWidth() |
|
int getMinHeight() |
|
int getMinWidth() |
|
BlendMode getProgressBackgroundTintBlendMode() |
|
BlendMode getProgressTintBlendMode() |
|
BlendMode getSecondaryProgressTintBlendMode() |
|
void setIndeterminateTintBlendMode(BlendMode) |
|
void setMaxHeight(int) |
|
void setMaxWidth(int) |
|
void setMinHeight(int) |
|
void setMinWidth(int) |
|
void setProgressBackgroundTintBlendMode(BlendMode) |
|
void setProgressTintBlendMode(BlendMode) |
|
void setSecondaryProgressTintBlendMode(BlendMode) |
|
