Example usage for Java android.view ViewGroup.LayoutParams fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
Class> | getClass() Returns the runtime class of this Object . |