static int n_GetChangingConfigurations(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Load.Resource.Bitmap.GlideBitmapDrawable.BitmapState __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Load.Resource.Bitmap.GlideBitmapDrawable.BitmapState> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return((int)__this.ChangingConfigurations);
 }
 static IntPtr n_NewDrawable(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bumptech.Glide.Load.Resource.Bitmap.GlideBitmapDrawable.BitmapState __this = global::Java.Lang.Object.GetObject <global::Com.Bumptech.Glide.Load.Resource.Bitmap.GlideBitmapDrawable.BitmapState> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.NewDrawable()));
 }