Most visited

Recently visited

Added in API level 1

Gallery.LayoutParams

public static class Gallery.LayoutParams
extends ViewGroup.LayoutParams

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


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

Summary

Inherited XML attributes

From class android.view.ViewGroup.LayoutParams

Inherited constants

From class android.view.ViewGroup.LayoutParams

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)

Inherited methods

From class android.view.ViewGroup.LayoutParams
From class java.lang.Object

Public constructors

Gallery.LayoutParams

Added in API level 1
Gallery.LayoutParams (Context c, 
                AttributeSet attrs)

Parameters
c Context
attrs AttributeSet

Gallery.LayoutParams

Added in API level 1
Gallery.LayoutParams (int w, 
                int h)

Parameters
w int
h int

Gallery.LayoutParams

Added in API level 1
Gallery.LayoutParams (ViewGroup.LayoutParams source)

Parameters
source ViewGroup.LayoutParams

Hooray!