public static class SlidingPaneLayout.LayoutParams
extends ViewGroup.MarginLayoutParams
java.lang.Object | |||
android.view.ViewGroup.LayoutParams | |||
android.view.ViewGroup.MarginLayoutParams | |||
android.support.v4.widget.SlidingPaneLayout.LayoutParams |
Inherited XML attributes |
|
---|---|
![]() android.view.ViewGroup.MarginLayoutParams
|
|
![]() android.view.ViewGroup.LayoutParams
|
Inherited constants |
---|
![]() android.view.ViewGroup.LayoutParams
|
Fields |
|
---|---|
public float |
weight 测量后这个孩子应该消耗多少剩余空间的加权比例。 |
Inherited fields |
---|
![]() android.view.ViewGroup.MarginLayoutParams
|
![]() android.view.ViewGroup.LayoutParams
|
Public constructors |
|
---|---|
SlidingPaneLayout.LayoutParams() |
|
SlidingPaneLayout.LayoutParams(int width, int height) |
|
SlidingPaneLayout.LayoutParams(ViewGroup.LayoutParams source) |
|
SlidingPaneLayout.LayoutParams(ViewGroup.MarginLayoutParams source) |
|
SlidingPaneLayout.LayoutParams(SlidingPaneLayout.LayoutParams source) |
|
SlidingPaneLayout.LayoutParams(Context c, AttributeSet attrs) |
继承方法(Inherited methods) |
|
---|---|
![]() android.view.ViewGroup.MarginLayoutParams
|
|
![]() android.view.ViewGroup.LayoutParams
|
|
![]() java.lang.Object
|
float weight
测量后这个孩子应该消耗多少剩余空间的加权比例。
SlidingPaneLayout.LayoutParams ()
SlidingPaneLayout.LayoutParams (int width, int height)
参数(Parameters) | |
---|---|
width |
int
|
height |
int
|
SlidingPaneLayout.LayoutParams (ViewGroup.LayoutParams source)
参数(Parameters) | |
---|---|
source |
ViewGroup.LayoutParams
|
SlidingPaneLayout.LayoutParams (ViewGroup.MarginLayoutParams source)
参数(Parameters) | |
---|---|
source |
ViewGroup.MarginLayoutParams
|
SlidingPaneLayout.LayoutParams (SlidingPaneLayout.LayoutParams source)
参数(Parameters) | |
---|---|
source |
SlidingPaneLayout.LayoutParams
|
SlidingPaneLayout.LayoutParams (Context c, AttributeSet attrs)
参数(Parameters) | |
---|---|
c |
Context
|
attrs |
AttributeSet
|