static void n_SetColorSchemeResources_arrayI(IntPtr jnienv, IntPtr native__this, IntPtr native_colorResIds)
 {
     global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar __this = global::Java.Lang.Object.GetObject <global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     int[] colorResIds = (int[])JNIEnv.GetArray(native_colorResIds, JniHandleOwnership.DoNotTransfer, typeof(int));
     __this.SetColorSchemeResources(colorResIds);
     if (colorResIds != null)
     {
         JNIEnv.CopyArray(colorResIds, native_colorResIds);
     }
 }
 static void n_SetAnimationListener_Landroid_view_animation_Animation_AnimationListener_(IntPtr jnienv, IntPtr native__this, IntPtr native_listener)
 {
     global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar __this   = global::Java.Lang.Object.GetObject <global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Views.Animations.Animation.IAnimationListener          listener = (global::Android.Views.Animations.Animation.IAnimationListener)global::Java.Lang.Object.GetObject <global::Android.Views.Animations.Animation.IAnimationListener> (native_listener, JniHandleOwnership.DoNotTransfer);
     __this.SetAnimationListener(listener);
 }
 static void n_SetCircleBackgroundEnabled_Z(IntPtr jnienv, IntPtr native__this, bool enableCircleBackground)
 {
     global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar __this = global::Java.Lang.Object.GetObject <global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetCircleBackgroundEnabled(enableCircleBackground);
 }
 static void n_OnAnimationStart(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar __this = global::Java.Lang.Object.GetObject <global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnAnimationStart();
 }
 static bool n_CircleBackgroundEnabled(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar __this = global::Java.Lang.Object.GetObject <global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.CircleBackgroundEnabled());
 }
 static void n_SetShowProgressText_Z(IntPtr jnienv, IntPtr native__this, bool mIfDrawText)
 {
     global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar __this = global::Java.Lang.Object.GetObject <global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ShowProgressText = mIfDrawText;
 }
 static void n_SetProgress_I(IntPtr jnienv, IntPtr native__this, int progress)
 {
     global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar __this = global::Java.Lang.Object.GetObject <global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Progress = progress;
 }
 static int n_GetProgress(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar __this = global::Java.Lang.Object.GetObject <global::Com.Lsjwzh.Widget.Materialloadingprogressbar.CircleProgressBar> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Progress);
 }