static void n_SetPixelDeltaThresholdResource_I(IntPtr jnienv, IntPtr native__this, int pixelDeltaThresholdDimen)
 {
     global::Com.Mapbox.Android.Gestures.ShoveGestureDetector __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.ShoveGestureDetector> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetPixelDeltaThresholdResource(pixelDeltaThresholdDimen);
 }