static void n_ParserPaths_arrayLjava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_paths)
 {
     global::Com.Scwang.Smartrefresh.Layout.Internal.Pathview.PathsView __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Internal.Pathview.PathsView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     string[] paths = (string[])JNIEnv.GetArray(native_paths, JniHandleOwnership.DoNotTransfer, typeof(string));
     __this.ParserPaths(paths);
     if (paths != null)
     {
         JNIEnv.CopyArray(paths, native_paths);
     }
 }
 static void n_ParserColors_arrayI(IntPtr jnienv, IntPtr native__this, IntPtr native_colors)
 {
     global::Com.Scwang.Smartrefresh.Layout.Internal.Pathview.PathsView __this = global::Java.Lang.Object.GetObject <global::Com.Scwang.Smartrefresh.Layout.Internal.Pathview.PathsView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     int[] colors = (int[])JNIEnv.GetArray(native_colors, JniHandleOwnership.DoNotTransfer, typeof(int));
     __this.ParserColors(colors);
     if (colors != null)
     {
         JNIEnv.CopyArray(colors, native_colors);
     }
 }