public class SavedStates
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
android.os.Parcelable |
cellLayoutManager |
android.os.Parcelable[] |
cellRowCachedWidthList |
android.os.Parcelable[] |
cellRowLayoutManagers |
android.os.Parcelable[] |
columnHeaderCachedWidthList |
android.os.Parcelable |
columnLayoutManager |
static android.os.Parcelable.Creator<SavedStates> |
CREATOR |
android.os.Parcelable |
rowHeaderLayoutManager |
| Modifier | Constructor and Description |
|---|---|
protected |
SavedStates(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable
instance's marshaled representation.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Flatten this object in to a Parcel.
|
public android.os.Parcelable cellLayoutManager
public android.os.Parcelable columnLayoutManager
public android.os.Parcelable rowHeaderLayoutManager
public android.os.Parcelable[] cellRowLayoutManagers
public android.os.Parcelable[] cellRowCachedWidthList
public android.os.Parcelable[] columnHeaderCachedWidthList
public static final android.os.Parcelable.Creator<SavedStates> CREATOR
public int describeContents()
writeToParcel(Parcel, int),
the return value of this method must include the
Parcelable.CONTENTS_FILE_DESCRIPTOR bit.describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelabledest - 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.