com.google.android.material.progressindicator
Classes
BaseProgressIndicator<S extends BaseProgressIndicatorSpec> | This class contains the common functions shared in different types of progress indicators. |
BaseProgressIndicatorSpec | This class contains the parameters shared between linear type and circular type. |
CircularProgressIndicator | This class implements the circular type progress indicators. |
CircularProgressIndicatorSpec | This class contains the parameters for drawing a circular type progress indicator. |
DeterminateDrawable<S extends BaseProgressIndicatorSpec> | This class draws the graphics for determinate mode. |
IndeterminateDrawable<S extends BaseProgressIndicatorSpec> | This class draws the graphics for indeterminate mode. |
LinearProgressIndicator | This class implements the linear type progress indicators. |
LinearProgressIndicatorSpec | This class contains the parameters for drawing a linear type progress indicator. |