android.view
Class ViewGroup.LayoutParams
java.lang.Object
android.view.ViewGroup.LayoutParams
- Direct Known Subclasses:
- AbsListView.LayoutParams, AbsoluteLayout.LayoutParams, Gallery.LayoutParams, ViewGroup.MarginLayoutParams, WindowManager.LayoutParams
- Enclosing class:
- ViewGroup
public static class ViewGroup.LayoutParams
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILL_PARENT
public static final int FILL_PARENT
- See Also:
- Constant Field Values
MATCH_PARENT
public static final int MATCH_PARENT
- See Also:
- Constant Field Values
WRAP_CONTENT
public static final int WRAP_CONTENT
- See Also:
- Constant Field Values
width
public int width
height
public int height
layoutAnimationParameters
public LayoutAnimationController.AnimationParameters layoutAnimationParameters
ViewGroup.LayoutParams
public ViewGroup.LayoutParams(Context c,
AttributeSet attrs)
ViewGroup.LayoutParams
public ViewGroup.LayoutParams(int width,
int height)
ViewGroup.LayoutParams
public ViewGroup.LayoutParams(ViewGroup.LayoutParams source)
setBaseAttributes
protected void setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr)
Copyright © 2008-2012. All Rights Reserved.