Skip navigation links
D G H I M O P S T 

D

DrawableCompat - Class in me.zhanghai.android.materialprogressbar.internal
 
DrawableCompat() - Constructor for class me.zhanghai.android.materialprogressbar.internal.DrawableCompat
 

G

getColorFromAttrRes(int, Context) - Static method in class me.zhanghai.android.materialprogressbar.internal.ThemeUtils
 
getDrawable() - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Get the progress drawable of this ProgressBar.
getFloatFromAttrRes(int, Context) - Static method in class me.zhanghai.android.materialprogressbar.internal.ThemeUtils
 
getIntrinsicHeight() - Method in class me.zhanghai.android.materialprogressbar.IndeterminateHorizontalProgressDrawable
getIntrinsicHeight() - Method in class me.zhanghai.android.materialprogressbar.IndeterminateProgressDrawable
getIntrinsicWidth() - Method in class me.zhanghai.android.materialprogressbar.IndeterminateProgressDrawable
getProgressStyle() - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Get the style of current progress drawable.
getProgressTintList() - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Return the tint applied to the progress drawable, if specified.
getProgressTintMode() - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Return the blending mode used to apply the tint to the progress drawable, if specified.
getShowTrack() - Method in class me.zhanghai.android.materialprogressbar.HorizontalProgressDrawable
Get whether this drawable is showing a track.
getShowTrack() - Method in class me.zhanghai.android.materialprogressbar.IndeterminateHorizontalProgressDrawable
Get whether this drawable is showing a track.
getShowTrack() - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Get whether the progress drawable is showing a track.
getShowTrack() - Method in interface me.zhanghai.android.materialprogressbar.ShowTrackDrawable
Get whether this drawable is showing a track.
getUseIntrinsicPadding() - Method in class me.zhanghai.android.materialprogressbar.HorizontalProgressDrawable
Get whether this drawable is using an intrinsic padding.
getUseIntrinsicPadding() - Method in interface me.zhanghai.android.materialprogressbar.IntrinsicPaddingDrawable
Get whether this drawable is using an intrinsic padding.
getUseIntrinsicPadding() - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Get whether the progress drawable is using an intrinsic padding.

H

HorizontalProgressDrawable - Class in me.zhanghai.android.materialprogressbar
A backported Drawable for determinate horizontal ProgressBar.
HorizontalProgressDrawable(Context) - Constructor for class me.zhanghai.android.materialprogressbar.HorizontalProgressDrawable
Create a new HorizontalProgressDrawable.

I

IndeterminateHorizontalProgressDrawable - Class in me.zhanghai.android.materialprogressbar
A backported Drawable for indeterminate horizontal ProgressBar.
IndeterminateHorizontalProgressDrawable(Context) - Constructor for class me.zhanghai.android.materialprogressbar.IndeterminateHorizontalProgressDrawable
Create a new IndeterminateHorizontalProgressDrawable.
IndeterminateProgressDrawable - Class in me.zhanghai.android.materialprogressbar
A backported Drawable for indeterminate circular ProgressBar.
IndeterminateProgressDrawable(Context) - Constructor for class me.zhanghai.android.materialprogressbar.IndeterminateProgressDrawable
Create a new IndeterminateProgressDrawable.
IntrinsicPaddingDrawable - Interface in me.zhanghai.android.materialprogressbar
A Drawable that has an intrinsic padding.

M

MaterialProgressBar - Class in me.zhanghai.android.materialprogressbar
A ProgressBar subclass that handles tasks related to backported progress drawable.
MaterialProgressBar(Context) - Constructor for class me.zhanghai.android.materialprogressbar.MaterialProgressBar
 
MaterialProgressBar(Context, AttributeSet) - Constructor for class me.zhanghai.android.materialprogressbar.MaterialProgressBar
 
MaterialProgressBar(Context, AttributeSet, int) - Constructor for class me.zhanghai.android.materialprogressbar.MaterialProgressBar
 
MaterialProgressBar(Context, AttributeSet, int, int) - Constructor for class me.zhanghai.android.materialprogressbar.MaterialProgressBar
 
me.zhanghai.android.materialprogressbar - package me.zhanghai.android.materialprogressbar
 
me.zhanghai.android.materialprogressbar.internal - package me.zhanghai.android.materialprogressbar.internal
 

O

ObjectAnimatorCompat - Class in me.zhanghai.android.materialprogressbar.internal
Helper for accessing features in ObjectAnimator introduced after API level 11 (for PropertyValuesHolder) in a backward compatible fashion.
ofArgb(Object, String, int...) - Static method in class me.zhanghai.android.materialprogressbar.internal.ObjectAnimatorCompat
Constructs and returns an ObjectAnimator that animates between color values.
ofArgb(T, Property<T, Integer>, int...) - Static method in class me.zhanghai.android.materialprogressbar.internal.ObjectAnimatorCompat
Constructs and returns an ObjectAnimator that animates between color values.
ofFloat(Object, String, String, Path) - Static method in class me.zhanghai.android.materialprogressbar.internal.ObjectAnimatorCompat
Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties.
ofFloat(T, Property<T, Float>, Property<T, Float>, Path) - Static method in class me.zhanghai.android.materialprogressbar.internal.ObjectAnimatorCompat
Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties.
ofInt(Object, String, String, Path) - Static method in class me.zhanghai.android.materialprogressbar.internal.ObjectAnimatorCompat
Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties.
ofInt(T, Property<T, Integer>, Property<T, Integer>, Path) - Static method in class me.zhanghai.android.materialprogressbar.internal.ObjectAnimatorCompat
Constructs and returns an ObjectAnimator that animates coordinates along a Path using two properties.
onDraw(Canvas, int, int, Paint) - Method in class me.zhanghai.android.materialprogressbar.IndeterminateHorizontalProgressDrawable
 
onDraw(Canvas, int, int, Paint) - Method in class me.zhanghai.android.materialprogressbar.IndeterminateProgressDrawable
 
onPreparePaint(Paint) - Method in class me.zhanghai.android.materialprogressbar.IndeterminateHorizontalProgressDrawable
 
onPreparePaint(Paint) - Method in class me.zhanghai.android.materialprogressbar.IndeterminateProgressDrawable
 

P

parseTintMode(int, PorterDuff.Mode) - Static method in class me.zhanghai.android.materialprogressbar.internal.DrawableCompat
Parses a PorterDuff.Mode from a tintMode attribute's enum value.
PROGRESS_STYLE_CIRCULAR - Static variable in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
 
PROGRESS_STYLE_HORIZONTAL - Static variable in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
 

S

setIndeterminateDrawable(Drawable) - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
 
setProgressDrawable(Drawable) - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
 
setProgressTintList(ColorStateList) - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Applies a tint to the progress drawable.
setProgressTintMode(PorterDuff.Mode) - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Specifies the blending mode used to apply the tint specified by MaterialProgressBar.setProgressTintList(ColorStateList)} to the progress drawable.
setShowTrack(boolean) - Method in class me.zhanghai.android.materialprogressbar.HorizontalProgressDrawable
Set whether this drawable should show a track.
setShowTrack(boolean) - Method in class me.zhanghai.android.materialprogressbar.IndeterminateHorizontalProgressDrawable
Set whether this drawable should show a track.
setShowTrack(boolean) - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Set whether the progress drawable should show a track.
setShowTrack(boolean) - Method in interface me.zhanghai.android.materialprogressbar.ShowTrackDrawable
Set whether this drawable should show a track.
setTint(int) - Method in class me.zhanghai.android.materialprogressbar.HorizontalProgressDrawable
Specifies tint color for this drawable.
setTint(int) - Method in interface me.zhanghai.android.materialprogressbar.TintableDrawable
Specifies tint color for this drawable.
setTintList(ColorStateList) - Method in class me.zhanghai.android.materialprogressbar.HorizontalProgressDrawable
Specifies tint color for this drawable as a color state list.
setTintList(ColorStateList) - Method in interface me.zhanghai.android.materialprogressbar.TintableDrawable
Specifies tint color for this drawable as a color state list.
setTintMode(PorterDuff.Mode) - Method in class me.zhanghai.android.materialprogressbar.HorizontalProgressDrawable
Specifies a tint blending mode for this drawable.
setTintMode(PorterDuff.Mode) - Method in interface me.zhanghai.android.materialprogressbar.TintableDrawable
Specifies a tint blending mode for this drawable.
setUseIntrinsicPadding(boolean) - Method in class me.zhanghai.android.materialprogressbar.HorizontalProgressDrawable
Set whether this drawable should use an intrinsic padding.
setUseIntrinsicPadding(boolean) - Method in interface me.zhanghai.android.materialprogressbar.IntrinsicPaddingDrawable
Set whether this drawable should use an intrinsic padding.
setUseIntrinsicPadding(boolean) - Method in class me.zhanghai.android.materialprogressbar.MaterialProgressBar
Set whether the progress drawable should use an intrinsic padding.
ShowTrackDrawable - Interface in me.zhanghai.android.materialprogressbar
A Drawable that has a track.

T

ThemeUtils - Class in me.zhanghai.android.materialprogressbar.internal
 
TintableDrawable - Interface in me.zhanghai.android.materialprogressbar
A Drawable that is tintable.
D G H I M O P S T 
Skip navigation links