Searched refs:currentDropTarget (Results 1 – 1 of 1) sorted by relevance
234 DropTarget currentDropTarget = null; in handleTouchEvent() local240 currentDropTarget = mLastDropTarget; in handleTouchEvent()245 if (currentDropTarget == null) { in handleTouchEvent()249 currentDropTarget = target; in handleTouchEvent()254 if (mLastDropTarget != currentDropTarget) { in handleTouchEvent()255 mLastDropTarget = currentDropTarget; in handleTouchEvent()257 currentDropTarget)); in handleTouchEvent()