| | |
| | | static Delegate GetGetDisplayedNameHandler () |
| | | { |
| | | if (cb_getDisplayedName == null) |
| | | cb_getDisplayedName = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetDisplayedName); |
| | | cb_getDisplayedName = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetDisplayedName)); |
| | | return cb_getDisplayedName; |
| | | } |
| | | |
| | |
| | | static Delegate GetSetDisplayedName_Ljava_lang_String_Handler () |
| | | { |
| | | if (cb_setDisplayedName_Ljava_lang_String_ == null) |
| | | cb_setDisplayedName_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetDisplayedName_Ljava_lang_String_); |
| | | cb_setDisplayedName_Ljava_lang_String_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetDisplayedName_Ljava_lang_String_)); |
| | | return cb_setDisplayedName_Ljava_lang_String_; |
| | | } |
| | | |
| | |
| | | set { |
| | | if (id_setDisplayedName_Ljava_lang_String_ == IntPtr.Zero) |
| | | id_setDisplayedName_Ljava_lang_String_ = JNIEnv.GetMethodID (class_ref, "setDisplayedName", "(Ljava/lang/String;)V"); |
| | | IntPtr native_value = JNIEnv.NewString (value); |
| | | IntPtr native_value = JNIEnv.NewString ((string)value); |
| | | JValue* __args = stackalloc JValue [1]; |
| | | __args [0] = new JValue (native_value); |
| | | JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_setDisplayedName_Ljava_lang_String_, __args); |
| | |
| | | static Delegate GetGetTextHandler () |
| | | { |
| | | if (cb_getText == null) |
| | | cb_getText = JNINativeWrapper.CreateDelegate ((_JniMarshal_PP_L) n_GetText); |
| | | cb_getText = JNINativeWrapper.CreateDelegate (new _JniMarshal_PP_L (n_GetText)); |
| | | return cb_getText; |
| | | } |
| | | |
| | |
| | | static Delegate GetSetText_Ljava_lang_CharSequence_Handler () |
| | | { |
| | | if (cb_setText_Ljava_lang_CharSequence_ == null) |
| | | cb_setText_Ljava_lang_CharSequence_ = JNINativeWrapper.CreateDelegate ((_JniMarshal_PPL_V) n_SetText_Ljava_lang_CharSequence_); |
| | | cb_setText_Ljava_lang_CharSequence_ = JNINativeWrapper.CreateDelegate (new _JniMarshal_PPL_V (n_SetText_Ljava_lang_CharSequence_)); |
| | | return cb_setText_Ljava_lang_CharSequence_; |
| | | } |
| | | |