static void n_SetAnimationListener_Lcom_baidu_mapapi_animation_Animation_AnimationListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) { global::Com.Baidu.Mapapi.Animation.RotateAnimation __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.RotateAnimation> (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); }
static void n_Cancel(IntPtr jnienv, IntPtr native__this) { global::Com.Baidu.Mapapi.Animation.RotateAnimation __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.RotateAnimation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); __this.Cancel(); }
static void n_SetRepeatCount_I(IntPtr jnienv, IntPtr native__this, int p0) { global::Com.Baidu.Mapapi.Animation.RotateAnimation __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.RotateAnimation> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); __this.SetRepeatCount(p0); }
static void n_SetRepeatMode_Lcom_baidu_mapapi_animation_Animation_RepeatMode_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) { global::Com.Baidu.Mapapi.Animation.RotateAnimation __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.RotateAnimation> (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); }
static void n_SetInterpolator_Landroid_view_animation_Interpolator_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) { global::Com.Baidu.Mapapi.Animation.RotateAnimation __this = global::Java.Lang.Object.GetObject <global::Com.Baidu.Mapapi.Animation.RotateAnimation> (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); }