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, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT
 
Constructor Summary
Gallery.LayoutParams(Context c, AttributeSet attrs)
           
Gallery.LayoutParams(int w, int h)
           
Gallery.LayoutParams(ViewGroup.LayoutParams source)
           
 
Method Summary
 
Methods inherited from class android.view.ViewGroup.LayoutParams
setBaseAttributes
 
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)

Gallery.LayoutParams

public Gallery.LayoutParams(ViewGroup.LayoutParams source)


Copyright © 2008-2012. All Rights Reserved.