示例#1
0
        static bool n_Apply_Ljava_lang_Object_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Com.Facebook.Stetho.Common.IPredicate __this = global::Java.Lang.Object.GetObject <global::Com.Facebook.Stetho.Common.IPredicate> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Java.Lang.Object p0 = global::Java.Lang.Object.GetObject <global::Java.Lang.Object> (native_p0, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.Apply(p0);

            return(__ret);
        }
示例#2
0
 public static unsafe global::Android.Views.View HitTest(global::Android.Views.View p0, float p1, float p2, global::Com.Facebook.Stetho.Common.IPredicate p3)
 {
     if (id_hitTest_Landroid_view_View_FFLcom_facebook_stetho_common_Predicate_ == IntPtr.Zero)
     {
         id_hitTest_Landroid_view_View_FFLcom_facebook_stetho_common_Predicate_ = JNIEnv.GetStaticMethodID(class_ref, "hitTest", "(Landroid/view/View;FFLcom/facebook/stetho/common/Predicate;)Landroid/view/View;");
     }
     try {
         JValue *__args = stackalloc JValue [4];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         __args [2] = new JValue(p2);
         __args [3] = new JValue(p3);
         global::Android.Views.View __ret = global::Java.Lang.Object.GetObject <global::Android.Views.View> (JNIEnv.CallStaticObjectMethod(class_ref, id_hitTest_Landroid_view_View_FFLcom_facebook_stetho_common_Predicate_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }