Merge "Don't allow reflection on ScaleGestureDetector#mSpanSlop."
This commit is contained in:
committed by
Android (Google) Code Review
commit
250bd27338
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user