Searched refs:DropGesture (Results 1 – 3 of 3) sorted by relevance
124 private DropGesture mZombieGesture;482 } else if (mCurrentGesture instanceof DropGesture) { in mouseUp()624 if (mCurrentGesture instanceof DropGesture) { in dragEnter()625 ((DropGesture) mCurrentGesture).dragEnter(event); in dragEnter()634 if (mCurrentGesture instanceof DropGesture) { in dragOver()635 ((DropGesture) mCurrentGesture).dragOver(event); in dragOver()645 if (mCurrentGesture instanceof DropGesture) { in dragLeave()646 DropGesture dropGesture = (DropGesture) mCurrentGesture; in dragLeave()662 if (gesture instanceof DropGesture) { in dropAccept()663 ((DropGesture) gesture).dropAccept(event); in dropAccept()[all …]
29 public abstract class DropGesture extends Gesture { class
48 public class MoveGesture extends DropGesture {