Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static class

AbsListView.LayoutParams

extends ViewGroup.LayoutParams
java.lang.Object
   ↳ android.view.ViewGroup.LayoutParams
     ↳ android.widget.AbsListView.LayoutParams

Class Overview

AbsListView extends LayoutParams to provide a place to hold the view type.

Summary

[Expand]
Inherited XML Attributes
From class android.view.ViewGroup.LayoutParams
[Expand]
Inherited Constants
From class android.view.ViewGroup.LayoutParams
[Expand]
Inherited Fields
From class android.view.ViewGroup.LayoutParams
Public Constructors
AbsListView.LayoutParams ( Context c, AttributeSet attrs)
AbsListView.LayoutParams (int w, int h)
AbsListView.LayoutParams (int w, int h, int viewType)
AbsListView.LayoutParams ( ViewGroup.LayoutParams source)
[Expand]
Inherited Methods
From class android.view.ViewGroup.LayoutParams
From class java.lang.Object

Public Constructors

public AbsListView.LayoutParams ( Context c, AttributeSet attrs)

Added in API level 1

public AbsListView.LayoutParams (int w, int h)

Added in API level 1

public AbsListView.LayoutParams (int w, int h, int viewType)

Added in API level 1

public AbsListView.LayoutParams ( ViewGroup.LayoutParams source)

Added in API level 1