Beispiel #1
0
 static void n_ClearShadow(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Nightonke.Boommenu.BMBShadow __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BMBShadow> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.ClearShadow();
 }
Beispiel #2
0
 static void n_SetShadowRadius_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Nightonke.Boommenu.BMBShadow __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BMBShadow> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetShadowRadius(p0);
 }
 static void n_SetShadowEffect_Z(IntPtr jnienv, IntPtr native__this, bool shadowEffect)
 {
     global::Com.Nightonke.Boommenu.BMBShadow __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BMBShadow> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetShadowEffect(shadowEffect);
 }