예제 #1
0
 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.Target.BaseTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.Target.BaseTarget> (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);
 }
예제 #2
0
 static void n_SetRequest_Lcom_bumptech_glide_request_Request_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Bumptech.Glide.Request.Target.BaseTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.Target.BaseTarget> (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;
 }
예제 #3
0
 static IntPtr n_GetRequest(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Request.Target.BaseTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.Target.BaseTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Request));
 }
예제 #4
0
 static void n_GetSize_Lcom_bumptech_glide_request_target_SizeReadyCallback_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Bumptech.Glide.Request.Target.BaseTarget         __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.Target.BaseTarget> (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);
 }
예제 #5
0
 static void n_OnStop(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Request.Target.BaseTarget __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Request.Target.BaseTarget> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnStop();
 }