示例#1
0
        public virtual unsafe void SetType(global::Com.Facebook.Drawee.Drawable.RoundedCornersDrawable.Type type)
        {
            const string __id = "setType.(Lcom/facebook/drawee/drawable/RoundedCornersDrawable$Type;)V";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [1];
                __args [0] = new JniArgumentValue((type == null) ? IntPtr.Zero : ((global::Java.Lang.Object)type).Handle);
                _members.InstanceMethods.InvokeVirtualVoidMethod(__id, this, __args);
            } finally {
            }
        }
示例#2
0
 static void n_SetType_Lcom_facebook_drawee_drawable_RoundedCornersDrawable_Type_(IntPtr jnienv, IntPtr native__this, IntPtr native_type)
 {
     global::Com.Facebook.Drawee.Drawable.RoundedCornersDrawable      __this = global::Java.Lang.Object.GetObject <global::Com.Facebook.Drawee.Drawable.RoundedCornersDrawable> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Facebook.Drawee.Drawable.RoundedCornersDrawable.Type type   = global::Java.Lang.Object.GetObject <global::Com.Facebook.Drawee.Drawable.RoundedCornersDrawable.Type> (native_type, JniHandleOwnership.DoNotTransfer);
     __this.SetType(type);
 }