Beispiel #1
0
 static void n_GetAttributes_Ljava_lang_Object_Lcom_facebook_stetho_inspector_elements_AttributeAccumulator_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     global::Com.Facebook.Stetho.Inspector.Elements.INodeDescriptor __this = global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Inspector.Elements.INodeDescriptor> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Object p0 = global::Java.Lang.Object.GetObject <global::Java.Lang.Object> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Com.Facebook.Stetho.Inspector.Elements.IAttributeAccumulator p1 = (global::Com.Facebook.Stetho.Inspector.Elements.IAttributeAccumulator)global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Inspector.Elements.IAttributeAccumulator> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.GetAttributes(p0, p1);
 }
        static void n_Store_Ljava_lang_String_Ljava_lang_String_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
        {
            global::Com.Facebook.Stetho.Inspector.Elements.IAttributeAccumulator __this = global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Inspector.Elements.IAttributeAccumulator> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            string p0 = JNIEnv.GetString(native_p0, JniHandleOwnership.DoNotTransfer);
            string p1 = JNIEnv.GetString(native_p1, JniHandleOwnership.DoNotTransfer);

            __this.Store(p0, p1);
        }
Beispiel #3
0
        public unsafe void GetAttributes(global::Java.Lang.Object p0, global::Com.Facebook.Stetho.Inspector.Elements.IAttributeAccumulator p1)
        {
            if (id_getAttributes_Ljava_lang_Object_Lcom_facebook_stetho_inspector_elements_AttributeAccumulator_ == IntPtr.Zero)
            {
                id_getAttributes_Ljava_lang_Object_Lcom_facebook_stetho_inspector_elements_AttributeAccumulator_ = JNIEnv.GetMethodID(class_ref, "getAttributes", "(Ljava/lang/Object;Lcom/facebook/stetho/inspector/elements/AttributeAccumulator;)V");
            }
            JValue *__args = stackalloc JValue [2];

            __args [0] = new JValue(p0);
            __args [1] = new JValue(p1);
            JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_getAttributes_Ljava_lang_Object_Lcom_facebook_stetho_inspector_elements_AttributeAccumulator_, __args);
        }