Searched refs:mCurrentDragView (Results 1 – 1 of 1) sorted by relevance
237 private View mCurrentDragView; field in Folder335 mCurrentDragView = v; in startDrag()363 mContent.removeItem(mCurrentDragView); in onDragStart()1020 mCurrentDragView = null; in clearDragInfo()1066 View icon = (mCurrentDragView != null && mCurrentDragView.getTag() == info) in onDropCompleted()1067 ? mCurrentDragView : mContent.createNewView(info); in onDropCompleted()1093 mCurrentDragView = null; in onDropCompleted()1333 currentDragView = mCurrentDragView; in onDrop()