public static class SlidingUpPanelLayout.LayoutParams
extends android.view.ViewGroup.MarginLayoutParams
| Modifier and Type | Field and Description |
|---|---|
float |
weight |
| Constructor and Description |
|---|
LayoutParams() |
LayoutParams(android.content.Context c,
android.util.AttributeSet attrs) |
LayoutParams(int width,
int height) |
LayoutParams(int width,
int height,
float weight) |
LayoutParams(SlidingUpPanelLayout.LayoutParams source) |
LayoutParams(android.view.ViewGroup.LayoutParams source) |
LayoutParams(android.view.ViewGroup.MarginLayoutParams source) |
public LayoutParams()
public LayoutParams(int width,
int height)
public LayoutParams(int width,
int height,
float weight)
public LayoutParams(android.view.ViewGroup.LayoutParams source)
public LayoutParams(android.view.ViewGroup.MarginLayoutParams source)
public LayoutParams(SlidingUpPanelLayout.LayoutParams source)
public LayoutParams(android.content.Context c,
android.util.AttributeSet attrs)