Skip navigation links
A C D G I O R S 

A

addOnStepClickListener(StepperIndicator.OnStepClickListener) - Method in class com.badoualy.stepperindicator.StepperIndicator
Add the StepperIndicator.OnStepClickListener to the list of listeners which will receive events when an step is clicked.

C

clearOnStepClickListeners() - Method in class com.badoualy.stepperindicator.StepperIndicator
Remove all StepperIndicator.OnStepClickListener listeners from the StepperIndicator widget.
com.badoualy.stepperindicator - package com.badoualy.stepperindicator
 
computeStepsClickAreas() - Method in class com.badoualy.stepperindicator.StepperIndicator
Calculate the area for each step.

D

drawLayout(Layout, float, float, Canvas, TextPaint) - Static method in class com.badoualy.stepperindicator.StepperIndicator
x and y anchored to top-middle point of StaticLayout

G

getCurrentStep() - Method in class com.badoualy.stepperindicator.StepperIndicator
 
getPrimaryColor(Context) - Static method in class com.badoualy.stepperindicator.StepperIndicator
 
getStepCount() - Method in class com.badoualy.stepperindicator.StepperIndicator
 
getTextColorSecondary(Context) - Static method in class com.badoualy.stepperindicator.StepperIndicator
 

I

isOnStepClickListenerAvailable() - Method in class com.badoualy.stepperindicator.StepperIndicator
Check if the widget has any valid StepperIndicator.OnStepClickListener listener set for receiving events from the steps.

O

onDraw(Canvas) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
onMeasure(int, int) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
onPageScrolled(int, float, int) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
onPageScrollStateChanged(int) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
onPageSelected(int) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
onRestoreInstanceState(Parcelable) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
onSaveInstanceState() - Method in class com.badoualy.stepperindicator.StepperIndicator
 
onSizeChanged(int, int, int, int) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
onStepClicked(int) - Method in interface com.badoualy.stepperindicator.StepperIndicator.OnStepClickListener
Step was clicked
onTouchEvent(MotionEvent) - Method in class com.badoualy.stepperindicator.StepperIndicator
 

R

removeOnStepClickListener(StepperIndicator.OnStepClickListener) - Method in class com.badoualy.stepperindicator.StepperIndicator
Remove the specified StepperIndicator.OnStepClickListener from the list of listeners which will receive events when an step is clicked.

S

setAnimCheckRadius(float) - Method in class com.badoualy.stepperindicator.StepperIndicator
Setter method for the checkmark radius animation.
setAnimIndicatorRadius(float) - Method in class com.badoualy.stepperindicator.StepperIndicator
Setter method for the indicator radius animation.
setAnimProgress(float) - Method in class com.badoualy.stepperindicator.StepperIndicator
Setter method for the animation progress.
setCurrentStep(int) - Method in class com.badoualy.stepperindicator.StepperIndicator
Sets the current step
setDoneIcon(Drawable) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
setLabelColor(int) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
setLabels(CharSequence[]) - Method in class com.badoualy.stepperindicator.StepperIndicator
Pass a labels array of Charsequence that is greater than or equal to the stepCount.
setShowDoneIcon(boolean) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
setStepCount(int) - Method in class com.badoualy.stepperindicator.StepperIndicator
 
setViewPager(ViewPager) - Method in class com.badoualy.stepperindicator.StepperIndicator
Set the ViewPager associated with this widget indicator.
setViewPager(ViewPager, boolean) - Method in class com.badoualy.stepperindicator.StepperIndicator
Set the ViewPager associated with this widget indicator.
setViewPager(ViewPager, int) - Method in class com.badoualy.stepperindicator.StepperIndicator
Set the ViewPager associated with this widget indicator.
showLabels(boolean) - Method in class com.badoualy.stepperindicator.StepperIndicator
Shows the labels if true is passed.
StepperIndicator - Class in com.badoualy.stepperindicator
Step indicator that can be used with (or without) a ViewPager to display current progress through an Onboarding or any process in multiple steps.
StepperIndicator(Context) - Constructor for class com.badoualy.stepperindicator.StepperIndicator
 
StepperIndicator(Context, AttributeSet) - Constructor for class com.badoualy.stepperindicator.StepperIndicator
 
StepperIndicator(Context, AttributeSet, int) - Constructor for class com.badoualy.stepperindicator.StepperIndicator
 
StepperIndicator(Context, AttributeSet, int, int) - Constructor for class com.badoualy.stepperindicator.StepperIndicator
 
StepperIndicator.OnStepClickListener - Interface in com.badoualy.stepperindicator
Contract used by the StepperIndicator widget to notify any listener of steps interaction events.
A C D G I O R S 
Skip navigation links