Java android.view ViewGroup.LayoutParams fields, constructors, methods, implement or subclass

Example usage for Java android.view ViewGroup.LayoutParams fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view ViewGroup.LayoutParams.

The text is from its open source code.

Constructor

LayoutParams(Context c, AttributeSet attrs)
Creates a new set of layout parameters.
LayoutParams(int width, int height)
Creates a new set of layout parameters with the specified width and height.

Method

ClassgetClass()
Returns the runtime class of this Object .