android.view
public
abstract
class
android.view.AbsSavedState
A Parcelable implementation that should be used by inheritance
hierarchies to ensure the state of all classes along the chain is saved.
Known Direct Subclasses
Known Indirect Subclasses
Summary
Constants
Protected Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
Protected Constructors
protected
AbsSavedState(Parcelable superState)
Constructor called by derived classes when creating their SavedState objects
Parameters
superState
| The state of the superclass of this view
|
protected
AbsSavedState(Parcel source)
Constructor used when reading from a parcel. Reads the state of the superclass.
Public Methods
public
int
describeContents()
Describe the kinds of special objects contained in this Parcelable's
marshalled representation.
public
void
writeToParcel(Parcel dest, int flags)
Flatten this object in to a Parcel.