Skip navigation links
C D G I O R S 

C

CircularProgressView - Class in com.github.guilhe.views
 
CircularProgressView(Context) - Constructor for class com.github.guilhe.views.CircularProgressView
 
CircularProgressView(Context, AttributeSet) - Constructor for class com.github.guilhe.views.CircularProgressView
 
CircularProgressView(Context, AttributeSet, int) - Constructor for class com.github.guilhe.views.CircularProgressView
 
CircularProgressView(Context, AttributeSet, int, int) - Constructor for class com.github.guilhe.views.CircularProgressView
 
CircularProgressView.OnProgressChangeAnimationCallback - Interface in com.github.guilhe.views
 
com.github.guilhe.views - package com.github.guilhe.views
 

D

dpToPx(float) - Method in class com.github.guilhe.views.CircularProgressView
 

G

getBackgroundColor() - Method in class com.github.guilhe.views.CircularProgressView
 
getMax() - Method in class com.github.guilhe.views.CircularProgressView
 
getProgress() - Method in class com.github.guilhe.views.CircularProgressView
 
getProgressColor() - Method in class com.github.guilhe.views.CircularProgressView
 
getProgressStrokeThickness() - Method in class com.github.guilhe.views.CircularProgressView
 
getStartingAngle() - Method in class com.github.guilhe.views.CircularProgressView
 

I

isBackgroundAlphaEnabled() - Method in class com.github.guilhe.views.CircularProgressView
 
isProgressRounded() - Method in class com.github.guilhe.views.CircularProgressView
 
isProgressThumbEnabled() - Method in class com.github.guilhe.views.CircularProgressView
 
isReverseEnabled() - Method in class com.github.guilhe.views.CircularProgressView
 
isShadowEnabled() - Method in class com.github.guilhe.views.CircularProgressView
 

O

onAnimationFinished(float) - Method in interface com.github.guilhe.views.CircularProgressView.OnProgressChangeAnimationCallback
 
onDraw(Canvas) - Method in class com.github.guilhe.views.CircularProgressView
 
onMeasure(int, int) - Method in class com.github.guilhe.views.CircularProgressView
 
onProgressChanged(float) - Method in interface com.github.guilhe.views.CircularProgressView.OnProgressChangeAnimationCallback
 

R

resetProgress() - Method in class com.github.guilhe.views.CircularProgressView
 
resetProgress(boolean) - Method in class com.github.guilhe.views.CircularProgressView
 
resetProgress(boolean, long) - Method in class com.github.guilhe.views.CircularProgressView
 

S

setAnimationInterpolator(TimeInterpolator) - Method in class com.github.guilhe.views.CircularProgressView
 
setBackgroundAlphaEnabled(boolean) - Method in class com.github.guilhe.views.CircularProgressView
 
setBackgroundColor(int) - Method in class com.github.guilhe.views.CircularProgressView
 
setBackgroundColor(Color) - Method in class com.github.guilhe.views.CircularProgressView
 
setColor(int) - Method in class com.github.guilhe.views.CircularProgressView
Changes progress and background color
setColor(Color) - Method in class com.github.guilhe.views.CircularProgressView
 
setColorResource(int) - Method in class com.github.guilhe.views.CircularProgressView
You can simulate the use of this method with by calling CircularProgressView.setColor(int) with ContextCompat: setBackgroundColor(ContextCompat.getColor(resId));
setMax(int) - Method in class com.github.guilhe.views.CircularProgressView
Sets progress bar max value (100%)
setProgress(float) - Method in class com.github.guilhe.views.CircularProgressView
 
setProgress(float, boolean) - Method in class com.github.guilhe.views.CircularProgressView
 
setProgress(float, boolean, long) - Method in class com.github.guilhe.views.CircularProgressView
 
setProgress(List<Float>, List<Integer>) - Method in class com.github.guilhe.views.CircularProgressView
This method will activate the "multiple-arc-progress" and disable the progress thumb, progress round and background.
setProgressAnimationCallback(CircularProgressView.OnProgressChangeAnimationCallback) - Method in class com.github.guilhe.views.CircularProgressView
 
setProgressColor(int) - Method in class com.github.guilhe.views.CircularProgressView
 
setProgressColor(Color) - Method in class com.github.guilhe.views.CircularProgressView
 
setProgressColorResource(int) - Method in class com.github.guilhe.views.CircularProgressView
You can simulate the use of this method with by calling CircularProgressView.setProgressColor(int) with ContextCompat: setProgressColor(ContextCompat.getColor(resId));
setProgressColors(int[], float[], boolean) - Method in class com.github.guilhe.views.CircularProgressView
This will create a SweepGradient and use it as progress color.
setProgressColors(int[], float[]) - Method in class com.github.guilhe.views.CircularProgressView
 
setProgressRounded(boolean) - Method in class com.github.guilhe.views.CircularProgressView
 
setProgressStrokeThickness(float) - Method in class com.github.guilhe.views.CircularProgressView
Changes progressBar & progressIcon, background and shadow line width.
setProgressThumbEnabled(boolean) - Method in class com.github.guilhe.views.CircularProgressView
 
setReverseEnabled(boolean) - Method in class com.github.guilhe.views.CircularProgressView
 
setShadowColorResource(int) - Method in class com.github.guilhe.views.CircularProgressView
You can simulate the use of this method with by calling CircularProgressView.setBackgroundColor(int) with ContextCompat: setBackgroundColor(ContextCompat.getColor(resId));
setShadowEnabled(boolean) - Method in class com.github.guilhe.views.CircularProgressView
 
setSize(int) - Method in class com.github.guilhe.views.CircularProgressView
Either width or height, this view will use Math.min(width, height) value.
setStartingAngle(int) - Method in class com.github.guilhe.views.CircularProgressView
This method changes the progress bar starting angle.
C D G I O R S 
Skip navigation links