Searched refs:mLastDropTarget (Results 1 – 1 of 1) sorted by relevance
69 private DropTarget mLastDropTarget; field in RecentsViewTouchHandler176 mLastDropTarget = null; in onBusEvent()237 if (mLastDropTarget != null) { in handleTouchEvent()238 if (mLastDropTarget.acceptsDrop((int) evX, (int) evY, width, height, in handleTouchEvent()240 currentDropTarget = mLastDropTarget; in handleTouchEvent()254 if (mLastDropTarget != currentDropTarget) { in handleTouchEvent()255 mLastDropTarget = currentDropTarget; in handleTouchEvent()278 !cancelled ? mLastDropTarget : null)); in handleTouchEvent()