Java android.widget AbsoluteLayout.LayoutParams fields, constructors, methods, implement or subclass

Example usage for Java android.widget AbsoluteLayout.LayoutParams fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

android.widget.AbsoluteLayout.LayoutParams has subclasses.
Click this link to see all its subclasses.

Constructor

LayoutParams(int width, int height, int x, int y)
Creates a new set of layout parameters with the specified width, height and location.