AbsListView extends LayoutParams to provide a place to hold the view type.
| com.ab.view.pullview.AbMultiColumnBaseAbsListView.LayoutParams.LayoutParams |
( |
Context |
c, |
|
|
AttributeSet |
attrs |
|
) |
| |
|
inline |
| com.ab.view.pullview.AbMultiColumnBaseAbsListView.LayoutParams.LayoutParams |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
inline |
| com.ab.view.pullview.AbMultiColumnBaseAbsListView.LayoutParams.LayoutParams |
( |
int |
w, |
|
|
int |
h, |
|
|
int |
viewType |
|
) |
| |
|
inline |
| com.ab.view.pullview.AbMultiColumnBaseAbsListView.LayoutParams.LayoutParams |
( |
ViewGroup.LayoutParams |
source) | |
|
|
inline |
| .ExportedProperty boolean com.ab.view.pullview.AbMultiColumnBaseAbsListView.LayoutParams.forceAdd |
When an AbsListView is measured with an AT_MOST measure spec, it needs to obtain children views to measure itself. When doing so, the children are not attached to the window, but put in the recycler which assumes they've been attached before. Setting this flag will force the reused view to be attached to the window rather than just attached to the parent.
| .ExportedProperty boolean com.ab.view.pullview.AbMultiColumnBaseAbsListView.LayoutParams.recycledHeaderFooter |
When this boolean is set, the view has been added to the AbsListView at least once. It is used to know whether headers/footers have already been added to the list view and whether they should be treated as recycled views or not.
| int com.ab.view.pullview.AbMultiColumnBaseAbsListView.LayoutParams.viewType |
该类的文档由以下文件生成: