static void n_GetOutline_Landroid_view_View_Landroid_graphics_Outline_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     global::Com.Mikepenz.Materialdrawer.View.BezelImageView.CustomOutline __this = global::Java.Lang.Object.GetObject <global::Com.Mikepenz.Materialdrawer.View.BezelImageView.CustomOutline> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Views.View       p0 = global::Java.Lang.Object.GetObject <global::Android.Views.View> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.Outline p1 = global::Java.Lang.Object.GetObject <global::Android.Graphics.Outline> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.GetOutline(p0, p1);
 }
            public override unsafe void GetOutline(global::Android.Views.View p0, global::Android.Graphics.Outline p1)
            {
                if (id_getOutline_Landroid_view_View_Landroid_graphics_Outline_ == IntPtr.Zero)
                {
                    id_getOutline_Landroid_view_View_Landroid_graphics_Outline_ = JNIEnv.GetMethodID(class_ref, "getOutline", "(Landroid/view/View;Landroid/graphics/Outline;)V");
                }
                try {
                    JValue *__args = stackalloc JValue [2];
                    __args [0] = new JValue(p0);
                    __args [1] = new JValue(p1);

                    if (GetType() == ThresholdType)
                    {
                        JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_getOutline_Landroid_view_View_Landroid_graphics_Outline_, __args);
                    }
                    else
                    {
                        JNIEnv.CallNonvirtualVoidMethod(((global::Java.Lang.Object) this).Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "getOutline", "(Landroid/view/View;Landroid/graphics/Outline;)V"), __args);
                    }
                } finally {
                }
            }