|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.ViewGroup.LayoutParams
android.view.ViewGroup.MarginLayoutParams
android.widget.LinearLayout.LayoutParams
android.widget.RadioGroup.LayoutParams
public static class RadioGroup.LayoutParams
| Field Summary |
|---|
| Fields inherited from class android.widget.LinearLayout.LayoutParams |
|---|
gravity, weight |
| Fields inherited from class android.view.ViewGroup.MarginLayoutParams |
|---|
bottomMargin, leftMargin, rightMargin, topMargin |
| Fields inherited from class android.view.ViewGroup.LayoutParams |
|---|
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT |
| Constructor Summary | |
|---|---|
RadioGroup.LayoutParams(Context c,
AttributeSet attrs)
|
|
RadioGroup.LayoutParams(int w,
int h)
|
|
RadioGroup.LayoutParams(int w,
int h,
float initWeight)
|
|
RadioGroup.LayoutParams(ViewGroup.LayoutParams p)
|
|
RadioGroup.LayoutParams(ViewGroup.MarginLayoutParams source)
|
|
| Method Summary | |
|---|---|
protected void |
setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr)
|
| Methods inherited from class android.widget.LinearLayout.LayoutParams |
|---|
debug |
| Methods inherited from class android.view.ViewGroup.MarginLayoutParams |
|---|
setMargins |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RadioGroup.LayoutParams(Context c,
AttributeSet attrs)
public RadioGroup.LayoutParams(int w,
int h)
public RadioGroup.LayoutParams(int w,
int h,
float initWeight)
public RadioGroup.LayoutParams(ViewGroup.LayoutParams p)
public RadioGroup.LayoutParams(ViewGroup.MarginLayoutParams source)
| Method Detail |
|---|
protected void setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr)
setBaseAttributes in class ViewGroup.LayoutParams
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||