android.widget.RelativeLayout.LayoutParams.LayoutParams C# (CSharp) Method

LayoutParams() static private method

static private LayoutParams ( )
            static LayoutParams()
            {
                global::MonoJavaBridge.JNIEnv @__env = global::MonoJavaBridge.JNIEnv.ThreadEnv;
                global::android.widget.RelativeLayout.LayoutParams.staticClass = @__env.NewGlobalRef(@__env.FindClass("android/widget/RelativeLayout$LayoutParams"));
                global::android.widget.RelativeLayout.LayoutParams._alignWithParent6084 = @__env.GetFieldIDNoThrow(global::android.widget.RelativeLayout.LayoutParams.staticClass, "alignWithParent", "Z");
            }

Same methods

RelativeLayout.LayoutParams::LayoutParams ( android arg0 )
RelativeLayout.LayoutParams::LayoutParams ( android arg0, android arg1 )
RelativeLayout.LayoutParams::LayoutParams ( global @__env )
RelativeLayout.LayoutParams::LayoutParams ( int arg0, int arg1 )