android.widget
public
static
class
android.widget.Gallery.LayoutParams
Gallery extends LayoutParams to provide a place to hold current
Transformation information along with previous position/transformation
info.
Summary
|
|
|
Value |
|
int |
FILL_PARENT |
Special value for the height or width requested by a View. |
-1 |
0xffffffff |
int |
WRAP_CONTENT |
Special value for the height or width requested by a View. |
-2 |
0xfffffffe |
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
Gallery.LayoutParams(int w, int h)