SlidingPaneLayout.LayoutParams
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 | ||
Summary
Inherited XML attributes | |
|---|---|
From
class
android.view.ViewGroup.MarginLayoutParams
| |
From
class
android.view.ViewGroup.LayoutParams
| |
Inherited constants |
|---|
From
class
android.view.ViewGroup.LayoutParams
|
Fields | |
|---|---|
public
float |
weight
The weighted proportion of how much of the leftover space this child should consume after measurement. |
Inherited fields |
|---|
From
class
android.view.ViewGroup.MarginLayoutParams
|
From
class
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 | |
|---|---|
From
class
android.view.ViewGroup.MarginLayoutParams
| |
From
class
android.view.ViewGroup.LayoutParams
| |
From
class
java.lang.Object
| |
Fields
weight
float weight
The weighted proportion of how much of the leftover space this child should consume after measurement.
Public constructors
SlidingPaneLayout.LayoutParams
SlidingPaneLayout.LayoutParams (int width,
int height)
| Parameters | |
|---|---|
width |
int |
height |
int |
SlidingPaneLayout.LayoutParams
SlidingPaneLayout.LayoutParams (ViewGroup.LayoutParams source)
| Parameters | |
|---|---|
source |
ViewGroup.LayoutParams |
SlidingPaneLayout.LayoutParams
SlidingPaneLayout.LayoutParams (ViewGroup.MarginLayoutParams source)
| Parameters | |
|---|---|
source |
ViewGroup.MarginLayoutParams |
SlidingPaneLayout.LayoutParams
SlidingPaneLayout.LayoutParams (SlidingPaneLayout.LayoutParams source)
| Parameters | |
|---|---|
source |
SlidingPaneLayout.LayoutParams |
SlidingPaneLayout.LayoutParams
SlidingPaneLayout.LayoutParams (Context c, AttributeSet attrs)
| Parameters | |
|---|---|
c |
Context |
attrs |
AttributeSet |
Interfaces
- DrawerLayout.DrawerListener
- NestedScrollView.OnScrollChangeListener
- SearchViewCompat.OnCloseListener
- SearchViewCompat.OnQueryTextListener
- SimpleCursorAdapter.CursorToStringConverter
- SimpleCursorAdapter.ViewBinder
- SlidingPaneLayout.PanelSlideListener
- SwipeRefreshLayout.OnChildScrollUpCallback
- SwipeRefreshLayout.OnRefreshListener
- TintableCompoundButton
Classes
- AutoScrollHelper
- CircularProgressDrawable
- CompoundButtonCompat
- ContentLoadingProgressBar
- CursorAdapter
- DrawerLayout
- DrawerLayout.LayoutParams
- DrawerLayout.SavedState
- DrawerLayout.SimpleDrawerListener
- EdgeEffectCompat
- ExploreByTouchHelper
- ImageViewCompat
- ListPopupWindowCompat
- ListViewAutoScrollHelper
- ListViewCompat
- NestedScrollView
- PopupMenuCompat
- PopupWindowCompat
- ResourceCursorAdapter
- ScrollerCompat
- SearchViewCompat
- SearchViewCompat.OnCloseListenerCompat
- SearchViewCompat.OnQueryTextListenerCompat
- SimpleCursorAdapter
- SlidingPaneLayout
- SlidingPaneLayout.LayoutParams
- SlidingPaneLayout.SimplePanelSlideListener
- Space
- SwipeRefreshLayout
- TextViewCompat
- ViewDragHelper
- ViewDragHelper.Callback

