public interface DropTarget
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsDrop(int x,
int y,
int width,
int height,
Rect insets,
boolean isCurrentTarget)
Returns whether this target can accept this drop.
|
boolean acceptsDrop(int x, int y, int width, int height, Rect insets, boolean isCurrentTarget)