static void n_OnListScrolled(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nhaarman.Listviewanimations.Itemmanipulation.Swipedismiss.Contextualundo.ContextualUndoListViewTouchListener.ICallback __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.Swipedismiss.Contextualundo.ContextualUndoListViewTouchListener.ICallback> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnListScrolled();
 }
        public ContextualUndoListViewTouchListener(global::Android.Widget.AbsListView p0, global::Com.Nhaarman.Listviewanimations.Itemmanipulation.Swipedismiss.Contextualundo.ContextualUndoListViewTouchListener.ICallback p1) : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            if (GetType() != typeof(ContextualUndoListViewTouchListener))
            {
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(Landroid/widget/AbsListView;Lcom/nhaarman/listviewanimations/itemmanipulation/swipedismiss/contextualundo/ContextualUndoListViewTouchListener$Callback;)V", new JValue(p0), new JValue(p1)),
                    JniHandleOwnership.TransferLocalRef);
                global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(Landroid/widget/AbsListView;Lcom/nhaarman/listviewanimations/itemmanipulation/swipedismiss/contextualundo/ContextualUndoListViewTouchListener$Callback;)V", new JValue(p0), new JValue(p1));
                return;
            }

            if (id_ctor_Landroid_widget_AbsListView_Lcom_nhaarman_listviewanimations_itemmanipulation_swipedismiss_contextualundo_ContextualUndoListViewTouchListener_Callback_ == IntPtr.Zero)
            {
                id_ctor_Landroid_widget_AbsListView_Lcom_nhaarman_listviewanimations_itemmanipulation_swipedismiss_contextualundo_ContextualUndoListViewTouchListener_Callback_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/widget/AbsListView;Lcom/nhaarman/listviewanimations/itemmanipulation/swipedismiss/contextualundo/ContextualUndoListViewTouchListener$Callback;)V");
            }
            SetHandle(
                global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Landroid_widget_AbsListView_Lcom_nhaarman_listviewanimations_itemmanipulation_swipedismiss_contextualundo_ContextualUndoListViewTouchListener_Callback_, new JValue(p0), new JValue(p1)),
                JniHandleOwnership.TransferLocalRef);
            JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Landroid_widget_AbsListView_Lcom_nhaarman_listviewanimations_itemmanipulation_swipedismiss_contextualundo_ContextualUndoListViewTouchListener_Callback_, new JValue(p0), new JValue(p1));
        }