Commit f4d9dedd by olly Committed by Andrew Lewis

Remove spurious VisibleForTesting annotation

It needs to have package visiblity, otherwise nothing can use it.

PiperOrigin-RevId: 222821546
parent a31a3f3c
......@@ -19,7 +19,6 @@ import android.content.Context;
import android.graphics.PointF;
import android.support.annotation.BinderThread;
import android.support.annotation.Nullable;
import android.support.annotation.VisibleForTesting;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
......@@ -45,7 +44,6 @@ import android.view.View;
* a nicer UI. An even more advanced UI would reproject the user's touch point into 3D and drag the
* Mesh as the user moves their finger. However, that requires quaternion interpolation.
*/
@VisibleForTesting
/* package */ class TouchTracker extends GestureDetector.SimpleOnGestureListener
implements View.OnTouchListener, OrientationListener.Listener {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment