protected static class SetupWizardLayout.SavedState extends View.BaseSavedState
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<SetupWizardLayout.SavedState> |
CREATOR |
EMPTY_STATE
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_ELIDE_DUPLICATES, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
SavedState(Parcel source) |
SavedState(Parcelable parcelable) |
Modifier and Type | Method and Description |
---|---|
void |
writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel.
|
describeContents, getSuperState
public static final Parcelable.Creator<SetupWizardLayout.SavedState> CREATOR
public SavedState(Parcelable parcelable)
public SavedState(Parcel source)
public void writeToParcel(Parcel dest, int flags)
Parcelable
writeToParcel
in interface Parcelable
writeToParcel
in class View.BaseSavedState
dest
- The Parcel in which the object should be written.flags
- Additional flags about how the object should be written.
May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE
.