public class Preferences
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
int |
columnPosition |
int |
columnPositionOffset |
static android.os.Parcelable.Creator<Preferences> |
CREATOR |
int |
rowPosition |
int |
rowPositionOffset |
int |
selectedColumnPosition |
int |
selectedRowPosition |
| Modifier | Constructor and Description |
|---|---|
|
Preferences() |
protected |
Preferences(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable
instance's marshaled representation.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Flatten this object in to a Parcel.
|
public int rowPosition
public int rowPositionOffset
public int columnPosition
public int columnPositionOffset
public int selectedRowPosition
public int selectedColumnPosition
@NonNull public static final android.os.Parcelable.Creator<Preferences> CREATOR
public Preferences()
protected Preferences(android.os.Parcel in)
public int describeContents()
writeToParcel(Parcel, int),
the return value of this method must include the
Parcelable.CONTENTS_FILE_DESCRIPTOR bit.describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelabledest - The Parcel in which the object should be written.flags - Additional flags about how the object should be written. May be 0 or Parcelable.PARCELABLE_WRITE_RETURN_VALUE.