Merge "Allow reflection access to ProgressBar#mOnlyIndeterminate."

This commit is contained in:
TreeHugger Robot
2019-02-11 19:27:07 +00:00
committed by Android (Google) Code Review

View File

@@ -203,7 +203,7 @@ public class ProgressBar extends View {
private int mDuration;
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
private boolean mIndeterminate;
@UnsupportedAppUsage
@UnsupportedAppUsage(trackingBug = 124049927)
private boolean mOnlyIndeterminate;
private Transformation mTransformation;
private AlphaAnimation mAnimation;