static IntPtr n_OnNewGridView_Landroid_content_Context_(IntPtr jnienv, IntPtr native__this, IntPtr native_context)
        {
            global::Com.Mob.Tools.Gui.PullToRequestGridAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestGridAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Content.Context context = global::Java.Lang.Object.GetObject <global::Android.Content.Context> (native_context, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.OnNewGridView(context));

            return(__ret);
        }
 static IntPtr n_GetGridView(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mob.Tools.Gui.PullToRequestGridAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestGridAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.GridView));
 }
 static void n_SetVerticalSpacing_I(IntPtr jnienv, IntPtr native__this, int verticalSpacing)
 {
     global::Com.Mob.Tools.Gui.PullToRequestGridAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestGridAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetVerticalSpacing(verticalSpacing);
 }
 static void n_SetStretchMode_I(IntPtr jnienv, IntPtr native__this, int stretchMode)
 {
     global::Com.Mob.Tools.Gui.PullToRequestGridAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestGridAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetStretchMode(stretchMode);
 }
 static void n_SetNumColumns_I(IntPtr jnienv, IntPtr native__this, int numColumns)
 {
     global::Com.Mob.Tools.Gui.PullToRequestGridAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestGridAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetNumColumns(numColumns);
 }
 static void n_OnScroll_Lcom_mob_tools_gui_Scrollable_III(IntPtr jnienv, IntPtr native__this, IntPtr native_scrollable, int firstVisibleItem, int visibleItemCount, int totalItemCount)
 {
     global::Com.Mob.Tools.Gui.PullToRequestGridAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestGridAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Mob.Tools.Gui.IScrollable scrollable          = (global::Com.Mob.Tools.Gui.IScrollable)global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.IScrollable> (native_scrollable, JniHandleOwnership.DoNotTransfer);
     __this.OnScroll(scrollable, firstVisibleItem, visibleItemCount, totalItemCount);
 }
 static bool n_IsPullUpReady(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mob.Tools.Gui.PullToRequestGridAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestGridAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsPullUpReady);
 }