Merge "Allow reflection access to ProgressBar#mOnlyIndeterminate."
This commit is contained in:
committed by
Android (Google) Code Review
commit
6077ea8e2b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user