Ejemplo n.º 1
0
        static IntPtr n_OnNewListView_Landroid_content_Context_(IntPtr jnienv, IntPtr native__this, IntPtr native_context)
        {
            global::Com.Mob.Tools.Gui.PullToRequestListAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestListAdapter> (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.OnNewListView(context));

            return(__ret);
        }
Ejemplo n.º 2
0
 static bool n_IsFling(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mob.Tools.Gui.PullToRequestListAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestListAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsFling);
 }
Ejemplo n.º 3
0
 static IntPtr n_GetBodyView(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Mob.Tools.Gui.PullToRequestListAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestListAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.BodyView));
 }
Ejemplo n.º 4
0
 static void n_SetDividerHeight_I(IntPtr jnienv, IntPtr native__this, int height)
 {
     global::Com.Mob.Tools.Gui.PullToRequestListAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestListAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetDividerHeight(height);
 }
Ejemplo n.º 5
0
 static void n_SetDivider_Landroid_graphics_drawable_Drawable_(IntPtr jnienv, IntPtr native__this, IntPtr native_divider)
 {
     global::Com.Mob.Tools.Gui.PullToRequestListAdapter __this  = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestListAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.Drawables.Drawable        divider = global::Java.Lang.Object.GetObject <global::Android.Graphics.Drawables.Drawable> (native_divider, JniHandleOwnership.DoNotTransfer);
     __this.SetDivider(divider);
 }
Ejemplo n.º 6
0
 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.PullToRequestListAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Mob.Tools.Gui.PullToRequestListAdapter> (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);
 }