Searched refs:mCurrentDragView (Results 1 – 2 of 2) sorted by relevance
542 View mCurrentDragView; field in ViewRootImpl6853 mCurrentDragView = null; // Start the current-recipient tracking6887 final View prevDragView = mCurrentDragView;6903 if (prevDragView != mCurrentDragView) {6908 if (mCurrentDragView != null) {6928 mCurrentDragView = null;6997 if (mCurrentDragView != newDragTarget && !View.sCascadedDragDrop) {7009 if (mCurrentDragView != null) {7011 mCurrentDragView.callDragEventHandler(event);7025 mCurrentDragView = newDragTarget;
79151 Landroid/view/ViewRootImpl;->mCurrentDragView:Landroid/view/View;