-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ScratchoffState extends View.BaseSavedState
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<ScratchoffState>CREATOR
-
Constructor Summary
Constructors Constructor Description ScratchoffState(Parcelable state, Array<int> size, boolean thresholdReached, List<ScratchPathPoint> events)ScratchoffState(Parcel in)
-
Method Summary
Modifier and Type Method Description Array<int>getLayoutSize()booleanisThresholdReached()List<ScratchPathPoint>getPathHistory()voidwriteToParcel(Parcel dest, int flags)-
Methods inherited from class android.view.View.BaseSavedState
writeToParcel -
Methods inherited from class android.view.AbsSavedState
describeContents, getSuperState -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ScratchoffState
ScratchoffState(Parcelable state, Array<int> size, boolean thresholdReached, List<ScratchPathPoint> events)
-
ScratchoffState
ScratchoffState(Parcel in)
-
-
Method Detail
-
getLayoutSize
Array<int> getLayoutSize()
-
isThresholdReached
boolean isThresholdReached()
-
getPathHistory
List<ScratchPathPoint> getPathHistory()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-