Build m3-rc37a

android.widget
Class Gallery.LayoutParams

java.lang.Object
  extended by android.view.ViewGroup.LayoutParams
      extended by android.widget.Gallery.LayoutParams
Enclosing class:
Gallery

public static class Gallery.LayoutParams
extends ViewGroup.LayoutParams


Field Summary
 
Fields inherited from class android.view.ViewGroup.LayoutParams
FILL_PARENT, height, width, WRAP_CONTENT
 
Constructor Summary
Gallery.LayoutParams(Context c, AttributeSet attrs)
           
Gallery.LayoutParams(int w, int h)
           
 
Method Summary
 
Methods inherited from class android.view.ViewGroup.LayoutParams
debug, setBaseAttributes, sizeToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gallery.LayoutParams

public Gallery.LayoutParams(Context c,
                            AttributeSet attrs)

Gallery.LayoutParams

public Gallery.LayoutParams(int w,
                            int h)

Build m3-rc37a