FileDocCategorySizeDatePackage
DragEvent.javaAPI DocAndroid 5.1 API1313Sat Mar 14 14:09:42 GMT 2015android.view

DragEvent

public class DragEvent extends Object implements android.os.Parcelable

Fields Summary
public static final int
ACTION_DRAG_ENDED
public static final int
ACTION_DRAG_ENTERED
public static final int
ACTION_DRAG_EXITED
public static final int
ACTION_DRAG_LOCATION
public static final int
ACTION_DRAG_STARTED
public static final int
ACTION_DROP
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
DragEvent()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public intgetAction()

 throw new RuntimeException("Stub!"); 
public android.content.ClipDatagetClipData()

 throw new RuntimeException("Stub!"); 
public android.content.ClipDescriptiongetClipDescription()

 throw new RuntimeException("Stub!"); 
public java.lang.ObjectgetLocalState()

 throw new RuntimeException("Stub!"); 
public booleangetResult()

 throw new RuntimeException("Stub!"); 
public floatgetX()

 throw new RuntimeException("Stub!"); 
public floatgetY()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");