-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ScratchPathPoint implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description public final intpointerIndexpublic final floatxpublic final floatypublic final intactionpublic final static Parcelable.Creator<ScratchPathPoint>CREATOR
-
Constructor Summary
Constructors Constructor Description ScratchPathPoint(int pointerIndex, float x, float y, int action)
-
Method Summary
Modifier and Type Method Description voidwriteToParcel(Parcel dest, int flags)intdescribeContents()booleanequals(Object obj)static List<ScratchPathPoint>create(MotionEvent event)-
-
Method Detail
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
create
static List<ScratchPathPoint> create(MotionEvent event)
-
-
-
-