public static class ActionMenuView.LayoutParams
extends LinearLayout.LayoutParams
| java.lang.Object | ||||
| ↳ | android.view.ViewGroup.LayoutParams | |||
| ↳ | android.view.ViewGroup.MarginLayoutParams | |||
| ↳ | android.widget.LinearLayout.LayoutParams | |||
| ↳ | android.widget.ActionMenuView.LayoutParams | |||
Inherited XML attributes |
|
|---|---|
android.widget.LinearLayout.LayoutParams
|
|
android.view.ViewGroup.MarginLayoutParams
|
|
android.view.ViewGroup.LayoutParams
|
|
Inherited constants |
|---|
android.view.ViewGroup.LayoutParams
|
Inherited fields |
|---|
android.widget.LinearLayout.LayoutParams
|
android.view.ViewGroup.MarginLayoutParams
|
android.view.ViewGroup.LayoutParams
|
Public constructors |
|
|---|---|
ActionMenuView.LayoutParams(Context c, AttributeSet attrs) |
|
ActionMenuView.LayoutParams(ViewGroup.LayoutParams other) |
|
ActionMenuView.LayoutParams(ActionMenuView.LayoutParams other) |
|
ActionMenuView.LayoutParams(int width, int height) |
|
Inherited methods |
|
|---|---|
android.widget.LinearLayout.LayoutParams
|
|
android.view.ViewGroup.MarginLayoutParams
|
|
android.view.ViewGroup.LayoutParams
|
|
java.lang.Object
|
|
ActionMenuView.LayoutParams (Context c, AttributeSet attrs)
| Parameters | |
|---|---|
c |
Context
|
attrs |
AttributeSet
|
ActionMenuView.LayoutParams (ViewGroup.LayoutParams other)
| Parameters | |
|---|---|
other |
ViewGroup.LayoutParams
|
ActionMenuView.LayoutParams (ActionMenuView.LayoutParams other)
| Parameters | |
|---|---|
other |
ActionMenuView.LayoutParams
|
ActionMenuView.LayoutParams (int width,
int height)
| Parameters | |
|---|---|
width |
int
|
height |
int
|