public static unsafe void Show(global::Com.Flyco.Tablayout.Widget.MsgView p0, int p1)
        {
            const string __id = "show.(Lcom/flyco/tablayout/widget/MsgView;I)V";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [2];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                __args [1] = new JniArgumentValue(p1);
                _members.StaticMethods.InvokeVoidMethod(__id, __args);
            } finally {
            }
        }
 public static unsafe void Show(global::Com.Flyco.Tablayout.Widget.MsgView p0, int p1)
 {
     if (id_show_Lcom_flyco_tablayout_widget_MsgView_I == IntPtr.Zero)
     {
         id_show_Lcom_flyco_tablayout_widget_MsgView_I = JNIEnv.GetStaticMethodID(class_ref, "show", "(Lcom/flyco/tablayout/widget/MsgView;I)V");
     }
     try {
         JValue *__args = stackalloc JValue [2];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         JNIEnv.CallStaticVoidMethod(class_ref, id_show_Lcom_flyco_tablayout_widget_MsgView_I, __args);
     } finally {
     }
 }
Пример #3
0
 static int n_Sp2px_F(IntPtr jnienv, IntPtr native__this, float p0)
 {
     global::Com.Flyco.Tablayout.Widget.MsgView __this = global::Java.Lang.Object.GetObject <global::Com.Flyco.Tablayout.Widget.MsgView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.Sp2px(p0));
 }
Пример #4
0
 static void n_SetBgSelector(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Flyco.Tablayout.Widget.MsgView __this = global::Java.Lang.Object.GetObject <global::Com.Flyco.Tablayout.Widget.MsgView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetBgSelector();
 }
Пример #5
0
 static void n_SetStrokeWidth_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Flyco.Tablayout.Widget.MsgView __this = global::Java.Lang.Object.GetObject <global::Com.Flyco.Tablayout.Widget.MsgView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.StrokeWidth = p0;
 }
Пример #6
0
 static int n_GetStrokeWidth(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Flyco.Tablayout.Widget.MsgView __this = global::Java.Lang.Object.GetObject <global::Com.Flyco.Tablayout.Widget.MsgView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.StrokeWidth);
 }
Пример #7
0
 static void n_SetIsWidthHeightEqual_Z(IntPtr jnienv, IntPtr native__this, bool p0)
 {
     global::Com.Flyco.Tablayout.Widget.MsgView __this = global::Java.Lang.Object.GetObject <global::Com.Flyco.Tablayout.Widget.MsgView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.IsWidthHeightEqual = p0;
 }
Пример #8
0
 static bool n_IsWidthHeightEqual(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Flyco.Tablayout.Widget.MsgView __this = global::Java.Lang.Object.GetObject <global::Com.Flyco.Tablayout.Widget.MsgView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.IsWidthHeightEqual);
 }