public static class AbsoluteLayout.LayoutParams extends ViewGroup.LayoutParams
| Modifier and Type | Field and Description |
|---|---|
int |
x |
int |
y |
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT| Constructor and Description |
|---|
AbsoluteLayout.LayoutParams(Context c,
AttributeSet attrs) |
AbsoluteLayout.LayoutParams(int width,
int height,
int x,
int y) |
AbsoluteLayout.LayoutParams(ViewGroup.LayoutParams source) |
| Modifier and Type | Method and Description |
|---|---|
String |
debug(String output) |
setBaseAttributespublic AbsoluteLayout.LayoutParams(int width,
int height,
int x,
int y)
public AbsoluteLayout.LayoutParams(Context c, AttributeSet attrs)
public AbsoluteLayout.LayoutParams(ViewGroup.LayoutParams source)
Copyright © 2008-2013. All Rights Reserved.