Searched refs:mCurrentDragView (Results 1 – 1 of 1) sorted by relevance
210 private View mCurrentDragView; field in Folder310 mCurrentDragView = v; in startDrag()337 mContent.removeItem(mCurrentDragView); in onDragStart()977 mCurrentDragView = null; in clearDragInfo()1020 View icon = (mCurrentDragView != null && mCurrentDragView.getTag() == info) in onDropCompleted()1021 ? mCurrentDragView : mContent.createNewView(info); in onDropCompleted()1047 mCurrentDragView = null; in onDropCompleted()1297 currentDragView = mCurrentDragView; in onDrop()