to top
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