static int n_ContentHeight(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nightonke.Boommenu.BoomButtons.HamButton __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.HamButton> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.ContentHeight());
 }
 static IntPtr n_Type(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nightonke.Boommenu.BoomButtons.HamButton __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.HamButton> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.Type()));
 }
 static void n_SetSelfScaleAnchorPoints(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nightonke.Boommenu.BoomButtons.HamButton __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.HamButton> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetSelfScaleAnchorPoints();
 }
 static void n_ToNormal(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nightonke.Boommenu.BoomButtons.HamButton __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.HamButton> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ToNormal();
 }
 static IntPtr n_RotateViews(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nightonke.Boommenu.BoomButtons.HamButton __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.HamButton> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaList <global::Android.Views.View> .ToLocalJniHandle(__this.RotateViews()));
 }