Esempio n. 1
0
 static void n_RegisterComponents_Landroid_content_Context_Lcom_bumptech_glide_Glide_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     global::Com.Bumptech.Glide.Module.IGlideModule __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Module.IGlideModule> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Content.Context  p0 = global::Java.Lang.Object.GetObject <global::Android.Content.Context> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Com.Bumptech.Glide.Glide p1 = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Glide> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.RegisterComponents(p0, p1);
 }
Esempio n. 2
0
        public unsafe void RegisterComponents(global::Android.Content.Context p0, global::Com.Bumptech.Glide.Glide p1)
        {
            if (id_registerComponents_Landroid_content_Context_Lcom_bumptech_glide_Glide_ == IntPtr.Zero)
            {
                id_registerComponents_Landroid_content_Context_Lcom_bumptech_glide_Glide_ = JNIEnv.GetMethodID(class_ref, "registerComponents", "(Landroid/content/Context;Lcom/bumptech/glide/Glide;)V");
            }
            JValue *__args = stackalloc JValue [2];

            __args [0] = new JValue(p0);
            __args [1] = new JValue(p1);
            JNIEnv.CallVoidMethod(Handle, id_registerComponents_Landroid_content_Context_Lcom_bumptech_glide_Glide_, __args);
        }