protected static class BottomSheetBehavior.SavedState
extends AbsSavedState
java.lang.Object | ||
android.support.v4.view.AbsSavedState | ||
android.support.design.widget.BottomSheetBehavior.SavedState |
Inherited constants |
---|
![]() android.os.Parcelable
|
Fields |
|
---|---|
public static final Creator<BottomSheetBehavior.SavedState> |
CREATOR |
Inherited fields |
---|
![]() android.support.v4.view.AbsSavedState
|
Public constructors |
|
---|---|
BottomSheetBehavior.SavedState(Parcel source) |
|
BottomSheetBehavior.SavedState(Parcel source, ClassLoader loader) |
|
BottomSheetBehavior.SavedState(Parcelable superState, int state) |
公共方法(Public methods) |
|
---|---|
void |
writeToParcel(Parcel out, int flags) 将此对象平铺到一个包裹中。 |
继承方法(Inherited methods) |
|
---|---|
![]() android.support.v4.view.AbsSavedState
|
|
![]() java.lang.Object
|
|
![]() android.os.Parcelable
|
BottomSheetBehavior.SavedState (Parcel source)
参数(Parameters) | |
---|---|
source |
Parcel
|
BottomSheetBehavior.SavedState (Parcel source, ClassLoader loader)
参数(Parameters) | |
---|---|
source |
Parcel
|
loader |
ClassLoader
|
BottomSheetBehavior.SavedState (Parcelable superState, int state)
参数(Parameters) | |
---|---|
superState |
Parcelable
|
state |
int
|
void writeToParcel (Parcel out, int flags)
将此对象平铺到一个包裹中。
参数(Parameters) | |
---|---|
out |
Parcel : The Parcel in which the object should be written. |
flags |
int : Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE . |