public static class FlowLayout.LayoutParams extends android.widget.FrameLayout.LayoutParams implements PercentLayoutHelper.PercentLayoutParams
| Constructor and Description |
|---|
LayoutParams(android.content.Context c,
android.util.AttributeSet attrs) |
LayoutParams(FlowLayout.LayoutParams source) |
LayoutParams(android.widget.FrameLayout.LayoutParams source) |
LayoutParams(int w,
int h) |
LayoutParams(android.view.ViewGroup.LayoutParams source) |
LayoutParams(android.view.ViewGroup.MarginLayoutParams source) |
| Modifier and Type | Method and Description |
|---|---|
PercentLayoutHelper.PercentLayoutInfo |
getPercentLayoutInfo() |
protected void |
setBaseAttributes(android.content.res.TypedArray a,
int widthAttr,
int heightAttr) |
public LayoutParams(android.content.Context c,
android.util.AttributeSet attrs)
public LayoutParams(int w,
int h)
public LayoutParams(android.view.ViewGroup.LayoutParams source)
public LayoutParams(android.view.ViewGroup.MarginLayoutParams source)
public LayoutParams(android.widget.FrameLayout.LayoutParams source)
public LayoutParams(FlowLayout.LayoutParams source)
protected void setBaseAttributes(android.content.res.TypedArray a,
int widthAttr,
int heightAttr)
setBaseAttributes in class android.view.ViewGroup.LayoutParamspublic PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo()
getPercentLayoutInfo in interface PercentLayoutHelper.PercentLayoutParams