A C D G O R S

A

ACTION_DRAG_ENDED - Static variable in class com.doffman.dragarea.DragEvent
The drag operation has ended and not been dropped on the associated view
ACTION_DRAG_ENTERED - Static variable in class com.doffman.dragarea.DragEvent
The the Drag operation has entered the bounds of the associated view
ACTION_DRAG_EXITED - Static variable in class com.doffman.dragarea.DragEvent
The the Drag operation has exited the bounds of the associated view
ACTION_DRAG_LOCATION - Static variable in class com.doffman.dragarea.DragEvent
Drag location has moved
ACTION_DRAG_STARTED - Static variable in class com.doffman.dragarea.DragEvent
Drag operation has started
ACTION_DROP - Static variable in class com.doffman.dragarea.DragEvent
The object has been dropped on this listener
addDragListener(View, OnDragListener) - Method in class com.doffman.dragarea.DragArea
Adds a drag listener to the drag area.

C

com.doffman.dragarea - package com.doffman.dragarea
 

D

dispatchDraw(Canvas) - Method in class com.doffman.dragarea.DragArea
 
DragArea - Class in com.doffman.dragarea
The DragArea is a standard FrameLayout that also provides Drag and Drop functionality.
DragArea(Context) - Constructor for class com.doffman.dragarea.DragArea
 
DragArea(Context, AttributeSet) - Constructor for class com.doffman.dragarea.DragArea
 
DragArea(Context, AttributeSet, int) - Constructor for class com.doffman.dragarea.DragArea
 
DragEvent - Class in com.doffman.dragarea
Encapsulates all information regarding a Drag and Drop operation.
DragEvent(Bundle, int, int, int) - Constructor for class com.doffman.dragarea.DragEvent
Create a DragEvent.
DragShadowBuilder - Interface in com.doffman.dragarea
Interface for drawing the drag shadow during a drag operation.

G

getAction() - Method in class com.doffman.dragarea.DragEvent
Get the type of drag event.
getBundle() - Method in class com.doffman.dragarea.DragEvent
Get the information associated with this drag and drop operation.
getView() - Method in interface com.doffman.dragarea.DragShadowBuilder
Returns the View object that started the drag operation.
getX() - Method in class com.doffman.dragarea.DragEvent
Get the horizontal location of the current touch point (Relative to associated view).
getY() - Method in class com.doffman.dragarea.DragEvent
Get the vertical location of the current touch point (Relative to associated view).

O

onDrag(View, DragEvent) - Method in interface com.doffman.dragarea.OnDragListener
Called with relevant drag events once a drag oparation is started
OnDragListener - Interface in com.doffman.dragarea
Callback type for recieving drag events.
onDraw(Canvas) - Method in interface com.doffman.dragarea.DragShadowBuilder
Called to draw the shadow image.
onInterceptTouchEvent(MotionEvent) - Method in class com.doffman.dragarea.DragArea
 
onProvideShadowMetrics(Point, Point) - Method in interface com.doffman.dragarea.DragShadowBuilder
Provides the size and touch point of the shadow image.
onTouchEvent(MotionEvent) - Method in class com.doffman.dragarea.DragArea
 

R

removeDragListener(OnDragListener) - Method in class com.doffman.dragarea.DragArea
Removes a drag listener.

S

startDrag(Bundle, DragShadowBuilder) - Method in class com.doffman.dragarea.DragArea
Called to start a drag operation.

A C D G O R S