예제 #1
0
 static long n_GetAnimationDelayMillis(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nhaarman.Listviewanimations.Swinginadapters.AnimationAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Swinginadapters.AnimationAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.AnimationDelayMillis);
 }
예제 #2
0
 static void n_SetInitialDelayMillis_J(IntPtr jnienv, IntPtr native__this, long p0)
 {
     global::Com.Nhaarman.Listviewanimations.Swinginadapters.AnimationAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Swinginadapters.AnimationAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetInitialDelayMillis(p0);
 }
예제 #3
0
 static void n_SetShouldAnimateNotVisible(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nhaarman.Listviewanimations.Swinginadapters.AnimationAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Swinginadapters.AnimationAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetShouldAnimateNotVisible();
 }
예제 #4
0
 static void n_SetHasParentAnimationAdapter_Z(IntPtr jnienv, IntPtr native__this, bool p0)
 {
     global::Com.Nhaarman.Listviewanimations.Swinginadapters.AnimationAdapter __this = global::Java.Lang.Object.GetObject <global::Com.Nhaarman.Listviewanimations.Swinginadapters.AnimationAdapter> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetHasParentAnimationAdapter(p0);
 }