Searched refs:mLastDropTarget (Results 1 – 4 of 4) sorted by relevance
88 protected DropTarget mLastDropTarget; field in DragController263 if (mLastDropTarget != null) { in cancelDrag()264 mLastDropTarget.onDragExit(mDragObject); in cancelDrag()378 if (mLastDropTarget != null) { in onDriverDragExitWindow()379 mLastDropTarget.onDragExit(mDragObject); in onDriverDragExitWindow()380 mLastDropTarget = null; in onDriverDragExitWindow()475 return mLastDropTarget; in checkTouchMove()479 if (mLastDropTarget != dropTarget) { in checkTouchMove()480 if (mLastDropTarget != null) { in checkTouchMove()481 mLastDropTarget.onDragExit(mDragObject); in checkTouchMove()[all …]
87 mLastDropTarget = null; in startDrag()
74 mLastDropTarget = null; in startDrag()
273 mLastDropTarget = null; in startDrag()