|
||||||||||
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, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT |
Constructor Summary | |
---|---|
AbsoluteLayout.LayoutParams(Context c,
AttributeSet attrs)
|
|
AbsoluteLayout.LayoutParams(int width,
int height,
int x,
int y)
|
|
AbsoluteLayout.LayoutParams(ViewGroup.LayoutParams source)
|
Method Summary | |
---|---|
java.lang.String |
debug(java.lang.String output)
|
Methods inherited from class android.view.ViewGroup.LayoutParams |
---|
setBaseAttributes |
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)
public AbsoluteLayout.LayoutParams(ViewGroup.LayoutParams source)
Method Detail |
---|
public java.lang.String debug(java.lang.String output)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |