added in version 24.1.0
belongs to Maven artifact com.android.support:customview:28.0.0-alpha1
belongs to Maven artifact com.android.support:customview:28.0.0-alpha1
Summary:
Inherited Constants
| Fields
| Protected Ctors
| Methods
| Inherited Methods
| [Expand All]
AbsSavedState
public
abstract
class
AbsSavedState
extends Object
implements
Parcelable
java.lang.Object | |
↳ | android.support.v4.view.AbsSavedState |
![]() |
A Parcelable
implementation that should be used by inheritance
hierarchies to ensure the state of all classes along the chain is saved.
Summary
Inherited constants |
---|
![]()
android.os.Parcelable
|
Fields | |
---|---|
public
static
final
Creator<AbsSavedState> |
CREATOR
|
public
static
final
AbsSavedState |
EMPTY_STATE
|
Protected constructors | |
---|---|
AbsSavedState(Parcelable superState)
Constructor called by derived classes when creating their SavedState objects |
|
AbsSavedState(Parcel source)
Constructor used when reading from a parcel. |
|
AbsSavedState(Parcel source, ClassLoader loader)
Constructor used when reading from a parcel. |
Public methods | |
---|---|
int
|
describeContents()
|
final
Parcelable
|
getSuperState()
|
void
|
writeToParcel(Parcel dest, int flags)
|
Inherited methods | |
---|---|
![]()
java.lang.Object
|