public static class HorizontalPicker.SavedState
extends android.view.View.BaseSavedState
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<HorizontalPicker.SavedState> |
CREATOR |
| Constructor and Description |
|---|
SavedState(android.os.Parcelable superState) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<HorizontalPicker.SavedState> CREATOR
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class android.view.View.BaseSavedStatepublic java.lang.String toString()
toString in class java.lang.Object