Beispiel #1
0
        static IntPtr n_Ellipsize_Landroid_text_TextUtils_TruncateAt_(IntPtr jnienv, IntPtr native__this, IntPtr native_ellipsize)
        {
            global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Text.TextUtils.TruncateAt ellipsize = global::Java.Lang.Object.GetObject <global::Android.Text.TextUtils.TruncateAt> (native_ellipsize, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.Ellipsize(ellipsize));

            return(__ret);
        }
Beispiel #2
0
        static IntPtr n_UnableText_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_unableText)
        {
            global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string unableText = JNIEnv.GetString(native_unableText, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret      = JNIEnv.ToLocalJniHandle(__this.UnableText(unableText));

            return(__ret);
        }
Beispiel #3
0
        static IntPtr n_Typeface_Landroid_graphics_Typeface_(IntPtr jnienv, IntPtr native__this, IntPtr native_typeface)
        {
            global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Graphics.Typeface typeface = global::Java.Lang.Object.GetObject <global::Android.Graphics.Typeface> (native_typeface, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.Typeface(typeface));

            return(__ret);
        }
Beispiel #4
0
        static IntPtr n_TextPadding_Landroid_graphics_Rect_(IntPtr jnienv, IntPtr native__this, IntPtr native_textPadding)
        {
            global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Android.Graphics.Rect textPadding = global::Java.Lang.Object.GetObject <global::Android.Graphics.Rect> (native_textPadding, JniHandleOwnership.DoNotTransfer);
            IntPtr __ret = JNIEnv.ToLocalJniHandle(__this.TextPadding(textPadding));

            return(__ret);
        }
Beispiel #5
0
 static IntPtr n_UnableTextRes_I(IntPtr jnienv, IntPtr native__this, int unableTextRes)
 {
     global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.UnableTextRes(unableTextRes)));
 }
Beispiel #6
0
 static IntPtr n_NormalTextColor_I(IntPtr jnienv, IntPtr native__this, int normalTextColor)
 {
     global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder __this = global::Java.Lang.Object.GetObject <global::Com.Nightonke.Boommenu.BoomButtons.BoomButtonWithTextBuilder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.NormalTextColor(normalTextColor)));
 }