android.widget
Class AbsoluteLayout.LayoutParams
java.lang.Object
android.view.ViewGroup.LayoutParams
android.widget.AbsoluteLayout.LayoutParams
- Enclosing class:
- AbsoluteLayout
public static class AbsoluteLayout.LayoutParams
- extends ViewGroup.LayoutParams
Field Summary |
int |
x
|
int |
y
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public int x
y
public int y
AbsoluteLayout.LayoutParams
public AbsoluteLayout.LayoutParams(int width,
int height,
int x,
int y)
AbsoluteLayout.LayoutParams
public AbsoluteLayout.LayoutParams(Context c,
AttributeSet attrs)
AbsoluteLayout.LayoutParams
public AbsoluteLayout.LayoutParams(ViewGroup.LayoutParams source)
debug
public String debug(String output)
Copyright © 2008-2012. All Rights Reserved.