to top
Android APIs
public static class

Gallery.LayoutParams

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

Class Overview

Gallery extends LayoutParams to provide a place to hold current Transformation information along with previous position/transformation info.

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
Gallery.LayoutParams( Context c, AttributeSet attrs)

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

? Examples
Gallery.LayoutParams( ViewGroup.LayoutParams source)
[Expand]
Inherited Methods
From class android.view.ViewGroup.LayoutParams
From class java.lang.Object

Public Constructors

public Gallery.LayoutParams (Context c, AttributeSet attrs)

Added in API level 1

public Gallery.LayoutParams (int w, int h)

Added in API level 1

public Gallery.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.