Searched refs:mLastDropTarget (Results 1 – 2 of 2) sorted by relevance
114 private DropTarget mLastDropTarget; field in DragController334 if (mLastDropTarget != null) { in cancelDrag()335 mLastDropTarget.onDragExit(mDragObject); in cancelDrag()461 mLastDropTarget = null; in onInterceptTouchEvent()534 if (mLastDropTarget != dropTarget) { in checkTouchMove()535 if (mLastDropTarget != null) { in checkTouchMove()536 mLastDropTarget.onDragExit(mDragObject); in checkTouchMove()542 if (mLastDropTarget != null) { in checkTouchMove()543 mLastDropTarget.onDragExit(mDragObject); in checkTouchMove()546 mLastDropTarget = dropTarget; in checkTouchMove()[all …]
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 …]