static void n_RunRequest_Lcom_bumptech_glide_request_Request_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Bumptech.Glide.Manager.RequestTracker __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Manager.RequestTracker> (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.RunRequest(p0);
 }
 static bool n_IsPaused(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Manager.RequestTracker __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Manager.RequestTracker> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsPaused);
 }
 static void n_ResumeRequests(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Manager.RequestTracker __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Manager.RequestTracker> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ResumeRequests();
 }