示例#1
0
        static void n_SetTitle_I(IntPtr jnienv, IntPtr native__this, int p0)
        {
            ActionMode __this = Java.Lang.Object.GetObject <ActionMode> (native__this, JniHandleOwnership.DoNotTransfer);

            __this.SetTitle(p0);
        }
示例#2
0
        static void n_Invalidate(IntPtr jnienv, IntPtr native__this)
        {
            ActionMode __this = Java.Lang.Object.GetObject <ActionMode> (native__this, JniHandleOwnership.DoNotTransfer);

            __this.Invalidate();
        }
示例#3
0
        static IntPtr n_GetTag(IntPtr jnienv, IntPtr native__this)
        {
            ActionMode __this = Java.Lang.Object.GetObject <ActionMode> (native__this, JniHandleOwnership.DoNotTransfer);

            return(JNIEnv.ToLocalJniHandle(__this.Tag));
        }
示例#4
0
        static IntPtr n_GetTitle(IntPtr jnienv, IntPtr native__this)
        {
            ActionMode __this = Java.Lang.Object.GetObject <ActionMode> (native__this, JniHandleOwnership.DoNotTransfer);

            return(CharSequence.ToLocalJniHandle(__this.TitleFormatted));
        }
示例#5
0
        static bool n_IsUiFocusable(IntPtr jnienv, IntPtr native__this)
        {
            ActionMode __this = Java.Lang.Object.GetObject <ActionMode> (native__this, JniHandleOwnership.DoNotTransfer);

            return(__this.IsUiFocusable);
        }