Skip to content

Commit

Permalink
[ProgressIndicator] Changed class visibility of CircularDrawingDelegate.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 322583285
  • Loading branch information
pekingme authored and dsn5ft committed Jul 22, 2020
1 parent 4005294 commit aca5307
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import androidx.annotation.NonNull;

/** A delegate class to help draw the graphics for {@link ProgressIndicator} in circular types. */
final class CircularDrawingDelegate implements DrawingDelegate {
public final class CircularDrawingDelegate implements DrawingDelegate {

private RectF arcBound = new RectF();
// This is a factor effecting the positive direction to draw the arc. -1 if inverse; +1 otherwise.
Expand Down

0 comments on commit aca5307

Please sign in to comment.