Added in API level 1
AbsListView.LayoutParams
public
static
class
AbsListView.LayoutParams
extends ViewGroup.LayoutParams
java.lang.Object | ||
↳ | android.view.ViewGroup.LayoutParams | |
↳ | android.widget.AbsListView.LayoutParams |
AbsListView extends LayoutParams to provide a place to hold the view type.
Summary
Inherited XML attributes | |
---|---|
Inherited constants |
---|
Inherited fields |
---|
Public constructors | |
---|---|
LayoutParams(Context c, AttributeSet attrs)
|
|
LayoutParams(int w, int h)
|
|
LayoutParams(int w, int h, int viewType)
|
|
LayoutParams(ViewGroup.LayoutParams source)
|
Inherited methods | |
---|---|
Public constructors
LayoutParams
Added in API level 1
public LayoutParams (Context c, AttributeSet attrs)
Parameters | |
---|---|
c |
Context |
attrs |
AttributeSet |
LayoutParams
Added in API level 1
public LayoutParams (int w, int h, int viewType)
Parameters | |
---|---|
w |
int |
h |
int |
viewType |
int |
LayoutParams
Added in API level 1
public LayoutParams (ViewGroup.LayoutParams source)
Parameters | |
---|---|
source |
ViewGroup.LayoutParams |