Skip navigation links
A C G I O R S 

A

addListener(CircularProgressViewListener) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Register a CircularProgressViewListener with this View

C

CircularProgressView - Class in com.github.rahatarmanahmed.cpv
TODO: document your custom view class.
CircularProgressView(Context) - Constructor for class com.github.rahatarmanahmed.cpv.CircularProgressView
 
CircularProgressView(Context, AttributeSet) - Constructor for class com.github.rahatarmanahmed.cpv.CircularProgressView
 
CircularProgressView(Context, AttributeSet, int) - Constructor for class com.github.rahatarmanahmed.cpv.CircularProgressView
 
CircularProgressViewAdapter - Class in com.github.rahatarmanahmed.cpv
This class implements CircularProgressViewListener.
CircularProgressViewAdapter() - Constructor for class com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter
 
CircularProgressViewListener - Interface in com.github.rahatarmanahmed.cpv
Listener interface to provide different callbacks for Circular Progress Views.
com.github.rahatarmanahmed.cpv - package com.github.rahatarmanahmed.cpv
 

G

getColor() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
 
getMaxProgress() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Gets the progress value considered to be 100% of the progress bar.
getProgress() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
 
getThickness() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Get the thickness of the progress bar arc.

I

init(AttributeSet, int) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
 
isIndeterminate() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Returns the mode of this view (determinate or indeterminate).

O

onAnimationReset() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter
 
onAnimationReset() - Method in interface com.github.rahatarmanahmed.cpv.CircularProgressViewListener
Called when resetAnimation() is called.
onAttachedToWindow() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
 
onDetachedFromWindow() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
 
onDraw(Canvas) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
 
onMeasure(int, int) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
 
onModeChanged(boolean) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter
 
onModeChanged(boolean) - Method in interface com.github.rahatarmanahmed.cpv.CircularProgressViewListener
Called when you switch between indeterminate and determinate modes.
onProgressUpdate(float) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter
 
onProgressUpdate(float) - Method in interface com.github.rahatarmanahmed.cpv.CircularProgressViewListener
Called when setProgress(float currentProgress) is called (determinate only)
onProgressUpdateEnd(float) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter
 
onProgressUpdateEnd(float) - Method in interface com.github.rahatarmanahmed.cpv.CircularProgressViewListener
Called when this view finishes animating to the updated progress.
onSizeChanged(int, int, int, int) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
 

R

removeListener(CircularProgressViewListener) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Unregister a CircularProgressViewListener with this View
resetAnimation() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Resets the animation.

S

setColor(int) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Sets the color of the progress bar.
setIndeterminate(boolean) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Sets whether this CircularProgressView is indeterminate or not.
setMaxProgress(float) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Sets the progress value considered to be 100% of the progress bar.
setProgress(float) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Sets the progress of the progress bar.
setThickness(int) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Sets the thickness of the progress bar arc.
setVisibility(int) - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
 
startAnimation() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Starts the progress bar animation.
stopAnimation() - Method in class com.github.rahatarmanahmed.cpv.CircularProgressView
Stops the animation
A C G I O R S 
Skip navigation links