android.view
Class DragEvent

java.lang.Object
  extended by android.view.DragEvent
All Implemented Interfaces:
Parcelable

public class DragEvent
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
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
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 int getAction()
           
 ClipData getClipData()
           
 ClipDescription getClipDescription()
           
 Object getLocalState()
           
 boolean getResult()
           
 float getX()
           
 float getY()
           
 String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ACTION_DRAG_STARTED

public static final int ACTION_DRAG_STARTED
See Also:
Constant Field Values

ACTION_DRAG_LOCATION

public static final int ACTION_DRAG_LOCATION
See Also:
Constant Field Values

ACTION_DROP

public static final int ACTION_DROP
See Also:
Constant Field Values

ACTION_DRAG_ENDED

public static final int ACTION_DRAG_ENDED
See Also:
Constant Field Values

ACTION_DRAG_ENTERED

public static final int ACTION_DRAG_ENTERED
See Also:
Constant Field Values

ACTION_DRAG_EXITED

public static final int ACTION_DRAG_EXITED
See Also:
Constant Field Values

CREATOR

public static final Parcelable.Creator<DragEvent> CREATOR
Method Detail

getAction

public int getAction()

getX

public float getX()

getY

public float getY()

getClipData

public ClipData getClipData()

getClipDescription

public ClipDescription getClipDescription()

getLocalState

public Object getLocalState()

getResult

public boolean getResult()

toString

public String toString()
Overrides:
toString in class Object

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.