Exemplo n.º 1
0
 static void n_SetRepeatMode_Lcom_baidu_mapapi_animation_Animation_RepeatMode_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Baidu.Mapapi.Animation.Transformation       __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.Transformation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Baidu.Mapapi.Animation.Animation.RepeatMode p0     = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.Animation.RepeatMode> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetRepeatMode(p0);
 }
Exemplo n.º 2
0
 static void n_SetRepeatCount_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Baidu.Mapapi.Animation.Transformation __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.Transformation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetRepeatCount(p0);
 }
Exemplo n.º 3
0
 static void n_SetAnimationListener_Lcom_baidu_mapapi_animation_Animation_AnimationListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Baidu.Mapapi.Animation.Transformation __this           = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.Transformation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Baidu.Mapapi.Animation.Animation.IAnimationListener p0 = (global::Com.Baidu.Mapapi.Animation.Animation.IAnimationListener)global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.Animation.IAnimationListener> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetAnimationListener(p0);
 }
Exemplo n.º 4
0
 static void n_SetInterpolator_Landroid_view_animation_Interpolator_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Baidu.Mapapi.Animation.Transformation __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.Transformation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Views.Animations.IInterpolator    p0     = (global::Android.Views.Animations.IInterpolator)global::Java.Lang.Object.GetObject <global::Android.Views.Animations.IInterpolator> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.SetInterpolator(p0);
 }
Exemplo n.º 5
0
 static void n_Cancel(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Baidu.Mapapi.Animation.Transformation __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.Transformation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Cancel();
 }