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

? Examples
AbsListView.LayoutParams( Context c, AttributeSet attrs)

? Examples
AbsListView.LayoutParams(int w, int h)

? Examples
AbsListView.LayoutParams(int w, int h, int viewType)

? Examples
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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.