Merge "Don't allow reflection on ScaleGestureDetector#mSpanSlop."

This commit is contained in:
TreeHugger Robot
2019-02-05 21:06:16 +00:00
committed by Android (Google) Code Review

View File

@@ -143,7 +143,7 @@ public class ScaleGestureDetector {
private long mCurrTime;
private long mPrevTime;
private boolean mInProgress;
@UnsupportedAppUsage
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 123768938)
private int mSpanSlop;
@UnsupportedAppUsage
private int mMinSpan;