Searched refs:mLastDropTarget (Results 1 – 1 of 1) sorted by relevance
108 private DropTarget mLastDropTarget; field in DragController321 if (mLastDropTarget != null) { in cancelDrag()322 mLastDropTarget.onDragExit(mDragObject); in cancelDrag()441 mLastDropTarget = null; in onInterceptTouchEvent()515 if (mLastDropTarget != dropTarget) { in checkTouchMove()516 if (mLastDropTarget != null) { in checkTouchMove()517 mLastDropTarget.onDragExit(mDragObject); in checkTouchMove()523 if (mLastDropTarget != null) { in checkTouchMove()524 mLastDropTarget.onDragExit(mDragObject); in checkTouchMove()527 mLastDropTarget = dropTarget; in checkTouchMove()[all …]