Exemplo n.º 1
0
        static void n_Insert_Ljava_util_List_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            System.Collections.Generic.IList <Android.Util.Pair> p0 = global::Android.Runtime.JavaList <global::Android.Util.Pair> .FromJniHandle(native_p0, JniHandleOwnership.DoNotTransfer);

            __this.Insert(p0);
        }
Exemplo n.º 2
0
 static void n_Insert_arrayLandroid_util_Pair_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Util.Pair[] p0 = (global::Android.Util.Pair[])JNIEnv.GetArray(native_p0, JniHandleOwnership.DoNotTransfer, typeof(global::Android.Util.Pair));
     __this.Insert(p0);
     if (p0 != null)
     {
         JNIEnv.CopyArray(p0, native_p0);
     }
 }
Exemplo n.º 3
0
 static IntPtr n_GetActiveIndexes(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaCollection <global::Java.Lang.Integer> .ToLocalJniHandle(__this.ActiveIndexes));
 }
Exemplo n.º 4
0
 static void n_RemoveActiveIndex_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.RemoveActiveIndex(p0);
 }
Exemplo n.º 5
0
 static void n_Insert_ILjava_lang_Object_(IntPtr jnienv, IntPtr native__this, int p0, IntPtr native_p1)
 {
     global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Object p1 = global::Java.Lang.Object.GetObject <global::Java.Lang.Object> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.Insert(p0, p1);
 }
Exemplo n.º 6
0
 static void n_ClearActive(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ClearActive();
 }
Exemplo n.º 7
0
 static IntPtr n_GetPendingItemsToInsert(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Itemmanipulation.InsertQueue> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaList <global::Android.Util.Pair> .ToLocalJniHandle(__this.PendingItemsToInsert));
 }