public static class AbsHListView.LayoutParams
extends android.view.ViewGroup.LayoutParams
| Modifier and Type | Field and Description |
|---|---|
boolean |
forceAdd
When an AbsListView is measured with an AT_MOST measure spec, it needs to obtain children views to measure itself.
|
long |
itemId
The ID the view represents
|
boolean |
recycledHeaderFooter
When this boolean is set, the view has been added to the AbsListView at least once.
|
int |
scrappedFromPosition
The position the view was removed from when pulled out of the scrap heap.
|
int |
viewType
View type for this view, as returned by
Adapter.getItemViewType(int) |
| Constructor and Description |
|---|
AbsHListView.LayoutParams(android.content.Context c,
android.util.AttributeSet attrs) |
AbsHListView.LayoutParams(int w,
int h) |
AbsHListView.LayoutParams(int w,
int h,
int viewType) |
AbsHListView.LayoutParams(android.view.ViewGroup.LayoutParams source) |
public int viewType
Adapter.getItemViewType(int)public boolean recycledHeaderFooter
public boolean forceAdd
public int scrappedFromPosition
public long itemId
public AbsHListView.LayoutParams(android.content.Context c,
android.util.AttributeSet attrs)
public AbsHListView.LayoutParams(int w,
int h)
public AbsHListView.LayoutParams(int w,
int h,
int viewType)
public AbsHListView.LayoutParams(android.view.ViewGroup.LayoutParams source)