Searched refs:mCurrentDragView (Results 1 – 3 of 3) sorted by relevance
211 private View mCurrentDragView; field in Folder315 mCurrentDragView = v; in startDrag()342 mContent.removeItem(mCurrentDragView); in onDragStart()983 mCurrentDragView = null; in clearDragInfo()1026 View icon = (mCurrentDragView != null && mCurrentDragView.getTag() == info) in onDropCompleted()1027 ? mCurrentDragView : mContent.createNewView(info); in onDropCompleted()1053 mCurrentDragView = null; in onDropCompleted()1303 currentDragView = mCurrentDragView; in onDrop()
655 View mCurrentDragView; field in ViewRootImpl7658 mCurrentDragView = null; // Start the current-recipient tracking7697 final View prevDragView = mCurrentDragView;7714 if (prevDragView != mCurrentDragView) {7719 if (mCurrentDragView != null) {7749 mCurrentDragView = null;7797 if (mCurrentDragView != newDragTarget && !View.sCascadedDragDrop) {7809 if (mCurrentDragView != null) {7811 mCurrentDragView.callDragEventHandler(event);7825 mCurrentDragView = newDragTarget;
68045 Landroid/view/ViewRootImpl;->mCurrentDragView:Landroid/view/View;