public class DragEvent extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static int |
ACTION_DRAG_ENDED |
static int |
ACTION_DRAG_ENTERED |
static int |
ACTION_DRAG_EXITED |
static int |
ACTION_DRAG_LOCATION |
static int |
ACTION_DRAG_STARTED |
static int |
ACTION_DROP |
static Parcelable.Creator<DragEvent> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
int |
getAction() |
ClipData |
getClipData() |
ClipDescription |
getClipDescription() |
Object |
getLocalState() |
boolean |
getResult() |
float |
getX() |
float |
getY() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final int ACTION_DRAG_STARTED
public static final int ACTION_DRAG_LOCATION
public static final int ACTION_DROP
public static final int ACTION_DRAG_ENDED
public static final int ACTION_DRAG_ENTERED
public static final int ACTION_DRAG_EXITED
public static final Parcelable.Creator<DragEvent> CREATOR
public int getAction()
public float getX()
public float getY()
public ClipData getClipData()
public ClipDescription getClipDescription()
public Object getLocalState()
public boolean getResult()
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.