public abstract class AbsSavedState extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<AbsSavedState> |
CREATOR |
static AbsSavedState |
EMPTY_STATE |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
AbsSavedState(Parcel source) |
protected |
AbsSavedState(Parcelable superState) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
Parcelable |
getSuperState() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final AbsSavedState EMPTY_STATE
public static final Parcelable.Creator<AbsSavedState> CREATOR
protected AbsSavedState(Parcelable superState)
protected AbsSavedState(Parcel source)
public final Parcelable getSuperState()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.