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

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