Ejemplo n.º 1
0
 static int n_GetSize(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Load.Resource.Gifbitmap.GifBitmapWrapperResource __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Load.Resource.Gifbitmap.GifBitmapWrapperResource> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Size);
 }
Ejemplo n.º 2
0
 static void n_Recycle(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Load.Resource.Gifbitmap.GifBitmapWrapperResource __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Load.Resource.Gifbitmap.GifBitmapWrapperResource> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Recycle();
 }