public class SavedState
extends android.view.View.BaseSavedState
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<SavedState> |
CREATOR |
Preferences |
preferences |
| Constructor and Description |
|---|
SavedState(android.os.Parcelable superState) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeToParcel(android.os.Parcel out,
int flags) |
public Preferences preferences
@NonNull public static final android.os.Parcelable.Creator<SavedState> CREATOR