|
Build m3-rc37a | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.view.ViewGroup.LayoutParams
android.widget.AbsoluteLayout.LayoutParams
public static class AbsoluteLayout.LayoutParams
| Field Summary | |
|---|---|
int |
x
|
int |
y
|
| Fields inherited from class android.view.ViewGroup.LayoutParams |
|---|
FILL_PARENT, height, width, WRAP_CONTENT |
| Constructor Summary | |
|---|---|
AbsoluteLayout.LayoutParams(Context c,
AttributeSet attrs)
|
|
AbsoluteLayout.LayoutParams(int width,
int height,
int x,
int y)
|
|
| Method Summary | |
|---|---|
String |
debug(String output)
|
| Methods inherited from class android.view.ViewGroup.LayoutParams |
|---|
setBaseAttributes, sizeToString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int x
public int y
| Constructor Detail |
|---|
public AbsoluteLayout.LayoutParams(int width,
int height,
int x,
int y)
public AbsoluteLayout.LayoutParams(Context c,
AttributeSet attrs)
| Method Detail |
|---|
public String debug(String output)
debug in class ViewGroup.LayoutParams
|
Build m3-rc37a | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||