mirror of
https://github.com/samsonjs/media.git
synced 2026-04-17 13:15:47 +00:00
Remove spurious VisibleForTesting annotation
It needs to have package visiblity, otherwise nothing can use it. PiperOrigin-RevId: 222821546
This commit is contained in:
parent
d3f4c18401
commit
1e37d31867
1 changed files with 2 additions and 3 deletions
|
|
@ -44,11 +44,10 @@ 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
|
||||
/* package */ class TouchTracker extends GestureDetector.SimpleOnGestureListener
|
||||
implements View.OnTouchListener {
|
||||
|
||||
/*package*/ interface Listener {
|
||||
/* package */ interface Listener {
|
||||
void onScrollChange(PointF scrollOffsetDegrees);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue