static void n_SetSelectorColor_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Mikepenz.Materialdrawer.View.BezelImageView __this = global::Java.Lang.Object.GetObject <global::Com.Mikepenz.Materialdrawer.View.BezelImageView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetSelectorColor(p0);
 }
 static void n_DisableTouchFeedback_Z(IntPtr jnienv, IntPtr native__this, bool p0)
 {
     global::Com.Mikepenz.Materialdrawer.View.BezelImageView __this = global::Java.Lang.Object.GetObject <global::Com.Mikepenz.Materialdrawer.View.BezelImageView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.DisableTouchFeedback(p0);
 }