Beispiel #1
0
        static void n_SetData_Ljava_util_ArrayList_Lcom_nightonke_boommenu_BoomMenuButton_(IntPtr jnienv, IntPtr native__this, IntPtr native_piecePositions, IntPtr native_bmb)
        {
            global::Com.Nightonke.Boommenu.Animation.ShareLinesView __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Animation.ShareLinesView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            var piecePositions = global::Android.Runtime.JavaList <global::Android.Graphics.RectF> .FromJniHandle(native_piecePositions, JniHandleOwnership.DoNotTransfer);

            global::Com.Nightonke.Boommenu.BoomMenuButton bmb = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomMenuButton> (native_bmb, JniHandleOwnership.DoNotTransfer);
            __this.SetData(piecePositions, bmb);
        }
Beispiel #2
0
 static void n_Place_IIII(IntPtr jnienv, IntPtr native__this, int left, int top, int width, int height)
 {
     global::Com.Nightonke.Boommenu.Animation.ShareLinesView __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Animation.ShareLinesView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Place(left, top, width, height);
 }
Beispiel #3
0
 static void n_SetLineWidth_F(IntPtr jnienv, IntPtr native__this, float lineWidth)
 {
     global::Com.Nightonke.Boommenu.Animation.ShareLinesView __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Animation.ShareLinesView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetLineWidth(lineWidth);
 }
Beispiel #4
0
 static void n_Place_IIII(IntPtr jnienv, IntPtr native__this, int p0, int p1, int p2, int p3)
 {
     global::Com.Nightonke.Boommenu.Animation.ShareLinesView __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Animation.ShareLinesView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Place(p0, p1, p2, p3);
 }
Beispiel #5
0
 static void n_SetLine2Color_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Nightonke.Boommenu.Animation.ShareLinesView __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.Animation.ShareLinesView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetLine2Color(p0);
 }