Searched refs:mCurrentDragView (Results 1 – 1 of 1) sorted by relevance
173 private View mCurrentDragView; field in Folder246 mCurrentDragView = v; in startDrag()274 mContent.removeItem(mCurrentDragView); in onDragStart()831 mCurrentDragView = null; in clearDragInfo()874 View icon = (mCurrentDragView != null && mCurrentDragView.getTag() == info) in onDropCompleted()875 ? mCurrentDragView : mContent.createNewView(info); in onDropCompleted()900 mCurrentDragView = null; in onDropCompleted()1200 currentDragView = mCurrentDragView; in onDrop()