static bool n_IsSwiping(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nhaarman.Listviewanimations.Itemmanipulation.Swipedismiss.ISwipeOnTouchListener __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.Swipedismiss.ISwipeOnTouchListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsSwiping);
 }
        static bool n_OnTouch_Landroid_view_View_Landroid_view_MotionEvent_(IntPtr jnienv, IntPtr native__this, IntPtr native_v, IntPtr native_e)
        {
            global::Com.Nhaarman.Listviewanimations.Itemmanipulation.Swipedismiss.ISwipeOnTouchListener __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.Swipedismiss.ISwipeOnTouchListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Views.View        v = global::Java.Lang.Object.GetObject <global::Android.Views.View> (native_v, JniHandleOwnership.DoNotTransfer);
            global::Android.Views.MotionEvent e = global::Java.Lang.Object.GetObject <global::Android.Views.MotionEvent> (native_e, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.OnTouch(v, e);

            return(__ret);
        }