Exemple #1
0
            static void n_ReadItem_Landroid_util_AttributeSet_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
            {
                MenuState __this = Java.Lang.Object.GetObject <MenuState> (native__this, JniHandleOwnership.DoNotTransfer);

                global::Android.Util.IAttributeSet p0 = Java.Lang.Object.GetObject <global::Android.Util.IAttributeSet> (native_p0, JniHandleOwnership.DoNotTransfer);
                __this.ReadItem(p0);
            }
Exemple #2
0
 static void n_InflateHierarchy_Landroid_content_Context_Landroid_util_AttributeSet_(IntPtr jnienv, IntPtr native__this, IntPtr native_context, IntPtr native_attrs)
 {
     global::Com.Facebook.Drawee.View.GenericDraweeView __this = global::Java.Lang.Object.GetObject <global::Com.Facebook.Drawee.View.GenericDraweeView> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Content.Context    context = global::Java.Lang.Object.GetObject <global::Android.Content.Context> (native_context, JniHandleOwnership.DoNotTransfer);
     global::Android.Util.IAttributeSet attrs   = (global::Android.Util.IAttributeSet)global::Java.Lang.Object.GetObject <global::Android.Util.IAttributeSet> (native_attrs, JniHandleOwnership.DoNotTransfer);
     __this.InflateHierarchy(context, attrs);
 }
        public unsafe ItemsView(global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1, global::Com.Liveperson.Infra.UI.View.Utils.ItemsView.ICellsFactory p2)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
            {
                return;
            }

            try {
                JValue *__args = stackalloc JValue [3];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);
                __args [2] = new JValue(p2);
                if (((object)this).GetType() != typeof(ItemsView))
                {
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(((object)this).GetType(), "(Landroid/content/Context;Landroid/util/AttributeSet;Lcom/liveperson/infra/ui/view/utils/ItemsView$CellsFactory;)V", __args),
                        JniHandleOwnership.TransferLocalRef);
                    global::Android.Runtime.JNIEnv.FinishCreateInstance(((global::Java.Lang.Object) this).Handle, "(Landroid/content/Context;Landroid/util/AttributeSet;Lcom/liveperson/infra/ui/view/utils/ItemsView$CellsFactory;)V", __args);
                    return;
                }

                if (id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_Lcom_liveperson_infra_ui_view_utils_ItemsView_CellsFactory_ == IntPtr.Zero)
                {
                    id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_Lcom_liveperson_infra_ui_view_utils_ItemsView_CellsFactory_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Landroid/util/AttributeSet;Lcom/liveperson/infra/ui/view/utils/ItemsView$CellsFactory;)V");
                }
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_Lcom_liveperson_infra_ui_view_utils_ItemsView_CellsFactory_, __args),
                    JniHandleOwnership.TransferLocalRef);
                JNIEnv.FinishCreateInstance(((global::Java.Lang.Object) this).Handle, class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_Lcom_liveperson_infra_ui_view_utils_ItemsView_CellsFactory_, __args);
            } finally {
            }
        }
Exemple #4
0
        public ItemizedOverlayControlView(global::Android.Content.Context context, global::Android.Util.IAttributeSet attrs) : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            if (GetType() != typeof(ItemizedOverlayControlView))
            {
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(Landroid/content/Context;Landroid/util/AttributeSet;)V", new JValue(context), new JValue(attrs)),
                    JniHandleOwnership.TransferLocalRef);
                global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(Landroid/content/Context;Landroid/util/AttributeSet;)V", new JValue(context), new JValue(attrs));
                return;
            }

            if (id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ == IntPtr.Zero)
            {
                id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Landroid/util/AttributeSet;)V");
            }
            SetHandle(
                global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_, new JValue(context), new JValue(attrs)),
                JniHandleOwnership.TransferLocalRef);
            JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_, new JValue(context), new JValue(attrs));
        }
Exemple #5
0
        public unsafe TouchyWebView(global::Android.Content.Context context, global::Android.Util.IAttributeSet attrs)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
            {
                return;
            }

            try {
                JValue *__args = stackalloc JValue [2];
                __args [0] = new JValue(context);
                __args [1] = new JValue(attrs);
                if (((object)this).GetType() != typeof(TouchyWebView))
                {
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(((object)this).GetType(), "(Landroid/content/Context;Landroid/util/AttributeSet;)V", __args),
                        JniHandleOwnership.TransferLocalRef);
                    global::Android.Runtime.JNIEnv.FinishCreateInstance(((global::Java.Lang.Object) this).Handle, "(Landroid/content/Context;Landroid/util/AttributeSet;)V", __args);
                    return;
                }

                if (id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ == IntPtr.Zero)
                {
                    id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Landroid/util/AttributeSet;)V");
                }
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_, __args),
                    JniHandleOwnership.TransferLocalRef);
                JNIEnv.FinishCreateInstance(((global::Java.Lang.Object) this).Handle, class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_, __args);
            } finally {
            }
        }
Exemple #6
0
		public unsafe AttachmentView (global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1, int p2)
			: base (IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
		{
			if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
				return;

			try {
				JValue* __args = stackalloc JValue [3];
				__args [0] = new JValue (p0);
				__args [1] = new JValue (p1);
				__args [2] = new JValue (p2);
				if (((object) this).GetType () != typeof (AttachmentView)) {
					SetHandle (
							global::Android.Runtime.JNIEnv.StartCreateInstance (((object) this).GetType (), "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", __args),
							JniHandleOwnership.TransferLocalRef);
					global::Android.Runtime.JNIEnv.FinishCreateInstance (((global::Java.Lang.Object) this).Handle, "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", __args);
					return;
				}

				if (id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_I == IntPtr.Zero)
					id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_I = JNIEnv.GetMethodID (class_ref, "<init>", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V");
				SetHandle (
						global::Android.Runtime.JNIEnv.StartCreateInstance (class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_I, __args),
						JniHandleOwnership.TransferLocalRef);
				JNIEnv.FinishCreateInstance (((global::Java.Lang.Object) this).Handle, class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_I, __args);
			} finally {
			}
		}
Exemple #7
0
        public ParseImageView(global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1, int p2) : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            if (GetType() != typeof(ParseImageView))
            {
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", new JValue(p0), new JValue(p1), new JValue(p2)),
                    JniHandleOwnership.TransferLocalRef);
                global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(Landroid/content/Context;Landroid/util/AttributeSet;I)V", new JValue(p0), new JValue(p1), new JValue(p2));
                return;
            }

            if (id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_I == IntPtr.Zero)
            {
                id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_I = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Landroid/util/AttributeSet;I)V");
            }
            SetHandle(
                global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_I, new JValue(p0), new JValue(p1), new JValue(p2)),
                JniHandleOwnership.TransferLocalRef);
            JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_I, new JValue(p0), new JValue(p1), new JValue(p2));
        }
Exemple #8
0
        public unsafe FlatEditText(global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            try {
                JValue *__args = stackalloc JValue [2];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);
                if (GetType() != typeof(FlatEditText))
                {
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(Landroid/content/Context;Landroid/util/AttributeSet;)V", __args),
                        JniHandleOwnership.TransferLocalRef);
                    global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(Landroid/content/Context;Landroid/util/AttributeSet;)V", __args);
                    return;
                }

                if (id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ == IntPtr.Zero)
                {
                    id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Landroid/util/AttributeSet;)V");
                }
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_, __args),
                    JniHandleOwnership.TransferLocalRef);
                JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_, __args);
            } finally {
            }
        }
Exemple #9
0
 static void n_HandleAttributes_Landroid_content_Context_Landroid_util_AttributeSet_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     global::Com.Github.Florent37.Materialviewpager.MaterialViewPagerSettings __this = global::Java.Lang.Object.GetObject <global::Com.Github.Florent37.Materialviewpager.MaterialViewPagerSettings> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Content.Context    p0 = global::Java.Lang.Object.GetObject <global::Android.Content.Context> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Android.Util.IAttributeSet p1 = (global::Android.Util.IAttributeSet)global::Java.Lang.Object.GetObject <global::Android.Util.IAttributeSet> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.HandleAttributes(p0, p1);
 }
Exemple #10
0
            public virtual void ReadItem(global::Android.Util.IAttributeSet p0)
            {
                if (id_readItem_Landroid_util_AttributeSet_ == IntPtr.Zero)
                {
                    id_readItem_Landroid_util_AttributeSet_ = JNIEnv.GetMethodID(class_ref, "readItem", "(Landroid/util/AttributeSet;)V");
                }

                if (GetType() == ThresholdType)
                {
                    JNIEnv.CallVoidMethod(Handle, id_readItem_Landroid_util_AttributeSet_, new JValue(p0));
                }
                else
                {
                    JNIEnv.CallNonvirtualVoidMethod(Handle, ThresholdClass, id_readItem_Landroid_util_AttributeSet_, new JValue(p0));
                }
            }
Exemple #11
0
        public HSBColorPickerView(global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1, int p2, int p3, global::Orbotix.Robot.App.ColorPickerActivity.IOnColorChangedListener p4) : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            if (GetType() != typeof(HSBColorPickerView))
            {
                SetHandle(global::Android.Runtime.JNIEnv.CreateInstance(GetType(), "(Landroid/content/Context;Landroid/util/AttributeSet;IILorbotix/robot/app/ColorPickerActivity$OnColorChangedListener;)V", new JValue(p0), new JValue(p1), new JValue(p2), new JValue(p3), new JValue(p4)), JniHandleOwnership.TransferLocalRef);
                return;
            }

            if (id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_IILorbotix_robot_app_ColorPickerActivity_OnColorChangedListener_ == IntPtr.Zero)
            {
                id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_IILorbotix_robot_app_ColorPickerActivity_OnColorChangedListener_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Landroid/util/AttributeSet;IILorbotix/robot/app/ColorPickerActivity$OnColorChangedListener;)V");
            }
            SetHandle(JNIEnv.NewObject(class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_IILorbotix_robot_app_ColorPickerActivity_OnColorChangedListener_, new JValue(p0), new JValue(p1), new JValue(p2), new JValue(p3), new JValue(p4)), JniHandleOwnership.TransferLocalRef);
        }
Exemple #12
0
        public HSBColorPickerView(global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1) : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            if (GetType() != typeof(HSBColorPickerView))
            {
                SetHandle(global::Android.Runtime.JNIEnv.CreateInstance(GetType(), "(Landroid/content/Context;Landroid/util/AttributeSet;)V", new JValue(p0), new JValue(p1)), JniHandleOwnership.TransferLocalRef);
                return;
            }

            if (id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ == IntPtr.Zero)
            {
                id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Landroid/util/AttributeSet;)V");
            }
            SetHandle(JNIEnv.NewObject(class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_, new JValue(p0), new JValue(p1)), JniHandleOwnership.TransferLocalRef);
        }
Exemple #13
0
        public unsafe BMBShadow(global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            const string __id = "(Landroid/content/Context;Landroid/util/AttributeSet;)V";

            if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
            {
                return;
            }

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [2];
                __args [0] = new JniArgumentValue((p0 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p0).Handle);
                __args [1] = new JniArgumentValue((p1 == null) ? IntPtr.Zero : ((global::Java.Lang.Object)p1).Handle);
                var __r = _members.InstanceMethods.StartCreateInstance(__id, ((object)this).GetType(), __args);
                SetHandle(__r.Handle, JniHandleOwnership.TransferLocalRef);
                _members.InstanceMethods.FinishCreateInstance(__id, this, __args);
            } finally {
            }
        }
        public unsafe ClassicsFooter(global::Android.Content.Context context, global::Android.Util.IAttributeSet attrs, int defStyleAttr)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            const string __id = "(Landroid/content/Context;Landroid/util/AttributeSet;I)V";

            if (((global::Java.Lang.Object) this).Handle != IntPtr.Zero)
            {
                return;
            }

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [3];
                __args [0] = new JniArgumentValue((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object)context).Handle);
                __args [1] = new JniArgumentValue((attrs == null) ? IntPtr.Zero : ((global::Java.Lang.Object)attrs).Handle);
                __args [2] = new JniArgumentValue(defStyleAttr);
                var __r = _members.InstanceMethods.StartCreateInstance(__id, ((object)this).GetType(), __args);
                SetHandle(__r.Handle, JniHandleOwnership.TransferLocalRef);
                _members.InstanceMethods.FinishCreateInstance(__id, this, __args);
            } finally {
            }
        }
Exemple #15
0
        public unsafe Marker(global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1, int p2, string p3)
            : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
        {
            if (Handle != IntPtr.Zero)
            {
                return;
            }

            IntPtr native_p3 = JNIEnv.NewString(p3);

            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(native_p3);
                if (GetType() != typeof(Marker))
                {
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(Landroid/content/Context;Landroid/util/AttributeSet;ILjava/lang/String;)V", __args),
                        JniHandleOwnership.TransferLocalRef);
                    global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(Landroid/content/Context;Landroid/util/AttributeSet;ILjava/lang/String;)V", __args);
                    return;
                }

                if (id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ILjava_lang_String_ == IntPtr.Zero)
                {
                    id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ILjava_lang_String_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Landroid/content/Context;Landroid/util/AttributeSet;ILjava/lang/String;)V");
                }
                SetHandle(
                    global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ILjava_lang_String_, __args),
                    JniHandleOwnership.TransferLocalRef);
                JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Landroid_content_Context_Landroid_util_AttributeSet_ILjava_lang_String_, __args);
            } finally {
                JNIEnv.DeleteLocalRef(native_p3);
            }
        }
 public ScrollRecyclerView(global::Android.Content.Context context, global::Android.Util.IAttributeSet attrs) : base(context, attrs)
 {
 }
 public PaintView(Context c, global::Android.Util.IAttributeSet att) : base(c, att)
 {
     mPath        = new global::Android.Graphics.Path();
     mBitmapPaint = new Paint(PaintFlags.AntiAlias);
 }
Exemple #18
0
        public static unsafe global::Com.Facebook.Drawee.Generic.GenericDraweeHierarchyBuilder UpdateBuilder(global::Com.Facebook.Drawee.Generic.GenericDraweeHierarchyBuilder builder, global::Android.Content.Context context, global::Android.Util.IAttributeSet attrs)
        {
            const string __id = "updateBuilder.(Lcom/facebook/drawee/generic/GenericDraweeHierarchyBuilder;Landroid/content/Context;Landroid/util/AttributeSet;)Lcom/facebook/drawee/generic/GenericDraweeHierarchyBuilder;";

            try {
                JniArgumentValue *__args = stackalloc JniArgumentValue [3];
                __args [0] = new JniArgumentValue((builder == null) ? IntPtr.Zero : ((global::Java.Lang.Object)builder).Handle);
                __args [1] = new JniArgumentValue((context == null) ? IntPtr.Zero : ((global::Java.Lang.Object)context).Handle);
                __args [2] = new JniArgumentValue((attrs == null) ? IntPtr.Zero : ((global::Java.Lang.Object)attrs).Handle);
                var __rm = _members.StaticMethods.InvokeObjectMethod(__id, __args);
                return(global::Java.Lang.Object.GetObject <global::Com.Facebook.Drawee.Generic.GenericDraweeHierarchyBuilder> (__rm.Handle, JniHandleOwnership.TransferLocalRef));
            } finally {
            }
        }
Exemple #19
0
 public override global::Android.Widget.FrameLayout.LayoutParams GenerateLayoutParams(global::Android.Util.IAttributeSet attrs)                         /* MethodBuilder.Create */
 {
     return(default(global::Android.Widget.FrameLayout.LayoutParams));
 }
Exemple #20
0
 public GameViewBase(Context context, global::Android.Util.IAttributeSet attrs) : base(context, attrs)
 {
 }
Exemple #21
0
 public CustomControl(Context context, global::Android.Util.IAttributeSet attrs)
     : base(context, attrs)
 {
 }
Exemple #22
0
        protected virtual unsafe void HandleAttributes(global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1)
        {
            if (id_handleAttributes_Landroid_content_Context_Landroid_util_AttributeSet_ == IntPtr.Zero)
            {
                id_handleAttributes_Landroid_content_Context_Landroid_util_AttributeSet_ = JNIEnv.GetMethodID(class_ref, "handleAttributes", "(Landroid/content/Context;Landroid/util/AttributeSet;)V");
            }
            try {
                JValue *__args = stackalloc JValue [2];
                __args [0] = new JValue(p0);
                __args [1] = new JValue(p1);

                if (GetType() == ThresholdType)
                {
                    JNIEnv.CallVoidMethod(((global::Java.Lang.Object) this).Handle, id_handleAttributes_Landroid_content_Context_Landroid_util_AttributeSet_, __args);
                }
                else
                {
                    JNIEnv.CallNonvirtualVoidMethod(((global::Java.Lang.Object) this).Handle, ThresholdClass, JNIEnv.GetMethodID(ThresholdClass, "handleAttributes", "(Landroid/content/Context;Landroid/util/AttributeSet;)V"), __args);
                }
            } finally {
            }
        }
 public GestureOverlayView(global::Android.Content.Context context, global::Android.Util.IAttributeSet attrs, int defStyle)                         /* MethodBuilder.Create */
 {
 }
 public static global::Android.Gms.Maps.GoogleMapOptions CreateFromAttributes(global::Android.Content.Context p0, global::Android.Util.IAttributeSet p1)
 {
     if (id_createFromAttributes_Landroid_content_Context_Landroid_util_AttributeSet_ == IntPtr.Zero)
     {
         id_createFromAttributes_Landroid_content_Context_Landroid_util_AttributeSet_ = JNIEnv.GetStaticMethodID(class_ref, "createFromAttributes", "(Landroid/content/Context;Landroid/util/AttributeSet;)Lcom/google/android/gms/maps/GoogleMapOptions;");
     }
     global::Android.Gms.Maps.GoogleMapOptions __ret = global::Java.Lang.Object.GetObject <global::Android.Gms.Maps.GoogleMapOptions> (JNIEnv.CallStaticObjectMethod(class_ref, id_createFromAttributes_Landroid_content_Context_Landroid_util_AttributeSet_, new JValue(p0), new JValue(p1)), JniHandleOwnership.TransferLocalRef);
     return(__ret);
 }
 public AndroidGameView(Context context, global::Android.Util.IAttributeSet attrs) : base(context, attrs)
 {
     Init();
 }
Exemple #26
0
 public LockableScrollView(Context c, global::Android.Util.IAttributeSet ias) : base(c, ias)
 {
     ScrollEnabled = true;
 }
Exemple #27
0
 public StraawEditText(Context context, global::Android.Util.IAttributeSet attrs, int defStyle) : base(context, attrs, defStyle)
 {
     AddListeners();
 }
Exemple #28
0
 public CurrencyEditText(Context context, global::Android.Util.IAttributeSet attrs)
     : base(context, attrs)
 {
     Init2();
 }
Exemple #29
0
 public CancelView(Context context, global::Android.Util.IAttributeSet attrs, int defStyle) : base(context, attrs, defStyle)
 {
     init();
 }
Exemple #30
0
            public unsafe Floater(global::Org.Adw.Library.Widgets.Discreteseekbar.Internal.PopupIndicator __self, global::Android.Content.Context p1, global::Android.Util.IAttributeSet p2, int p3, string p4)
                : base(IntPtr.Zero, JniHandleOwnership.DoNotTransfer)
            {
                if (Handle != IntPtr.Zero)
                {
                    return;
                }

                IntPtr native_p4 = JNIEnv.NewString(p4);

                try {
                    JValue *__args = stackalloc JValue [5];
                    __args [0] = new JValue(__self);
                    __args [1] = new JValue(p1);
                    __args [2] = new JValue(p2);
                    __args [3] = new JValue(p3);
                    __args [4] = new JValue(native_p4);
                    if (GetType() != typeof(Floater))
                    {
                        SetHandle(
                            global::Android.Runtime.JNIEnv.StartCreateInstance(GetType(), "(L" + global::Android.Runtime.JNIEnv.GetJniName(GetType().DeclaringType) + ";Landroid/content/Context;Landroid/util/AttributeSet;ILjava/lang/String;)V", __args),
                            JniHandleOwnership.TransferLocalRef);
                        global::Android.Runtime.JNIEnv.FinishCreateInstance(Handle, "(L" + global::Android.Runtime.JNIEnv.GetJniName(GetType().DeclaringType) + ";Landroid/content/Context;Landroid/util/AttributeSet;ILjava/lang/String;)V", __args);
                        return;
                    }

                    if (id_ctor_Lorg_adw_library_widgets_discreteseekbar_internal_PopupIndicator_Landroid_content_Context_Landroid_util_AttributeSet_ILjava_lang_String_ == IntPtr.Zero)
                    {
                        id_ctor_Lorg_adw_library_widgets_discreteseekbar_internal_PopupIndicator_Landroid_content_Context_Landroid_util_AttributeSet_ILjava_lang_String_ = JNIEnv.GetMethodID(class_ref, "<init>", "(Lorg/adw/library/widgets/discreteseekbar/internal/PopupIndicator;Landroid/content/Context;Landroid/util/AttributeSet;ILjava/lang/String;)V");
                    }
                    SetHandle(
                        global::Android.Runtime.JNIEnv.StartCreateInstance(class_ref, id_ctor_Lorg_adw_library_widgets_discreteseekbar_internal_PopupIndicator_Landroid_content_Context_Landroid_util_AttributeSet_ILjava_lang_String_, __args),
                        JniHandleOwnership.TransferLocalRef);
                    JNIEnv.FinishCreateInstance(Handle, class_ref, id_ctor_Lorg_adw_library_widgets_discreteseekbar_internal_PopupIndicator_Landroid_content_Context_Landroid_util_AttributeSet_ILjava_lang_String_, __args);
                } finally {
                    JNIEnv.DeleteLocalRef(native_p4);
                }
            }