Example usage for Java android.widget AbsoluteLayout.LayoutParams fields, constructors, methods, implement or subclass
The text is from its open source code.
LayoutParams(int width, int height, int x, int y) Creates a new set of layout parameters with the specified width, height and location. |