static bool n_AnalyzeEvent_Landroid_view_MotionEvent_(IntPtr jnienv, IntPtr native__this, IntPtr native_motionEvent)
        {
            global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Views.MotionEvent motionEvent = global::Java.Lang.Object.GetObject <global::Android.Views.MotionEvent> (native_motionEvent, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.AnalyzeEvent(motionEvent);

            return(__ret);
        }
 static bool n_IsSloppyGesture(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsSloppyGesture);
 }
 static IntPtr n_GetFocalPoint(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.FocalPoint));
 }
 static void n_SetSpanThresholdResource_I(IntPtr jnienv, IntPtr native__this, int spanThresholdDimen)
 {
     global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetSpanThresholdResource(spanThresholdDimen);
 }
 static void n_Reset(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Reset();
 }
 static float n_GetPreviousSpanY_II(IntPtr jnienv, IntPtr native__this, int firstPointerIndex, int secondPointerIndex)
 {
     global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.GetPreviousSpanY(firstPointerIndex, secondPointerIndex));
 }
 static void n_SetSpanThreshold_F(IntPtr jnienv, IntPtr native__this, float spanThreshold)
 {
     global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SpanThreshold = spanThreshold;
 }
 static float n_GetSpanThreshold(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.SpanThreshold);
 }
 static int n_GetRequiredPointersCount(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mapbox.Android.Gestures.MultiFingerGesture __this = global::Java.Lang.Object.GetObject <global::Com.Mapbox.Android.Gestures.MultiFingerGesture> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.RequiredPointersCount);
 }