public class NumberPickerInstanceState extends View.BaseSavedState
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<NumberPickerInstanceState> |
CREATOR |
double |
value |
EMPTY_STATE
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
NumberPickerInstanceState(Parcel superState) |
NumberPickerInstanceState(Parcelable superState) |
NumberPickerInstanceState(Parcelable superState,
RadNumberPicker picker) |
Modifier and Type | Method and Description |
---|---|
void |
writeToParcel(Parcel dest,
int flags) |
describeContents, getSuperState
public static final Parcelable.Creator<NumberPickerInstanceState> CREATOR
public double value
public NumberPickerInstanceState(Parcelable superState)
public NumberPickerInstanceState(Parcelable superState, RadNumberPicker picker)
public NumberPickerInstanceState(Parcel superState)
public void writeToParcel(@NonNull Parcel dest, int flags)
writeToParcel
in interface Parcelable
writeToParcel
in class View.BaseSavedState