static void n_OnLoadFailed_Ljava_lang_Exception_Landroid_graphics_drawable_Drawable_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     global::Com.Bumptech.Glide.Request.IFutureTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.IFutureTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Exception p0 = global::Java.Lang.Object.GetObject <global::Java.Lang.Exception> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Android.Graphics.Drawables.Drawable p1 = global::Java.Lang.Object.GetObject <global::Android.Graphics.Drawables.Drawable> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.OnLoadFailed(p0, p1);
 }
        static IntPtr n_Get_JLjava_util_concurrent_TimeUnit_(IntPtr jnienv, IntPtr native__this, long timeout, IntPtr native_unit)
        {
            global::Com.Bumptech.Glide.Request.IFutureTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.IFutureTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Java.Util.Concurrent.TimeUnit            unit   = global::Java.Lang.Object.GetObject <global::Java.Util.Concurrent.TimeUnit> (native_unit, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.Get(timeout, unit));

            return(__ret);
        }
 static void n_Clear(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Request.IFutureTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.IFutureTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Clear();
 }
 static IntPtr n_Get(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Request.IFutureTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.IFutureTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Get()));
 }
 static bool n_Cancel_Z(IntPtr jnienv, IntPtr native__this, bool mayInterruptIfRunning)
 {
     global::Com.Bumptech.Glide.Request.IFutureTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.IFutureTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Cancel(mayInterruptIfRunning));
 }
 static bool n_IsDone(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Request.IFutureTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.IFutureTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsDone);
 }
 static void n_GetSize_Lcom_bumptech_glide_request_target_SizeReadyCallback_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Bumptech.Glide.Request.IFutureTarget             __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.IFutureTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Bumptech.Glide.Request.Target.ISizeReadyCallback p0     = (global::Com.Bumptech.Glide.Request.Target.ISizeReadyCallback)global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.Target.ISizeReadyCallback> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.GetSize(p0);
 }
 static void n_SetRequest_Lcom_bumptech_glide_request_Request_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Bumptech.Glide.Request.IFutureTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.IFutureTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Bumptech.Glide.Request.IRequest      p0     = (global::Com.Bumptech.Glide.Request.IRequest)global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.IRequest> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Request = p0;
 }