Searched refs:mCurrentDragView (Results 1 – 2 of 2) sorted by relevance
635 View mCurrentDragView; field in ViewRootImpl7550 mCurrentDragView = null; // Start the current-recipient tracking7584 final View prevDragView = mCurrentDragView;7601 if (prevDragView != mCurrentDragView) {7606 if (mCurrentDragView != null) {7626 mCurrentDragView = null;7674 if (mCurrentDragView != newDragTarget && !View.sCascadedDragDrop) {7686 if (mCurrentDragView != null) {7688 mCurrentDragView.callDragEventHandler(event);7702 mCurrentDragView = newDragTarget;
68045 Landroid/view/ViewRootImpl;->mCurrentDragView:Landroid/view/View;