Exemplo n.º 1
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);
 }