| java.lang.Object | ||
| ↳ | android.view.AbsSavedState | |
| ↳ | android.view.View.BaseSavedState | |
|
|
Base class for derived classes that want to save and restore their own
state in onSaveInstanceState().
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor used when reading from a parcel.
| |||||||||||
Constructor called by derived classes when creating their SavedState objects
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Flatten this object in to a Parcel.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
|
| |||||||||||
Constructor used when reading from a parcel. Reads the state of the superclass.
Constructor called by derived classes when creating their SavedState objects
| Parameters | |
|---|---|
superState |
Parcelable:
The state of the superclass of this view
|
Flatten this object in to a Parcel.
| 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.
|