static void n_AddWidgetPart_Lorbotix_robot_widgets_WidgetGraphicPart_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) { WidgetGraphicView __this = Java.Lang.Object.GetObject <WidgetGraphicView> (native__this, JniHandleOwnership.DoNotTransfer); global::Orbotix.Robot.Widgets.IWidgetGraphicPart p0 = Java.Lang.Object.GetObject <global::Orbotix.Robot.Widgets.IWidgetGraphicPart> (native_p0, JniHandleOwnership.DoNotTransfer); __this.AddWidgetPart(p0); }
static void n_OnDraw_Landroid_graphics_Canvas_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) { WidgetGraphicView __this = Java.Lang.Object.GetObject <WidgetGraphicView> (native__this, JniHandleOwnership.DoNotTransfer); global::Android.Graphics.Canvas p0 = Java.Lang.Object.GetObject <global::Android.Graphics.Canvas> (native_p0, JniHandleOwnership.DoNotTransfer); __this.OnDraw(p0); }
static void n_HideAllWidgetsParts(IntPtr jnienv, IntPtr native__this) { WidgetGraphicView __this = Java.Lang.Object.GetObject <WidgetGraphicView> (native__this, JniHandleOwnership.DoNotTransfer); __this.HideAllWidgetsParts(); }