Searched refs:mCurrentDragView (Results 1 – 2 of 2) sorted by relevance
912 View mCurrentDragView; field in ViewRootImpl8944 mCurrentDragView = null; // Start the current-recipient tracking in handleDragEvent()8983 final View prevDragView = mCurrentDragView; in handleDragEvent()9000 if (prevDragView != mCurrentDragView) { in handleDragEvent()9005 if (mCurrentDragView != null) { in handleDragEvent()9035 mCurrentDragView = null; in handleDragEvent()9109 if (mCurrentDragView != newDragTarget && !View.sCascadedDragDrop) { in setDragFocus()9121 if (mCurrentDragView != null) { in setDragFocus()9123 mCurrentDragView.callDragEventHandler(event); in setDragFocus()9137 mCurrentDragView = newDragTarget; in setDragFocus()
64079 Landroid/view/ViewRootImpl;->mCurrentDragView:Landroid/view/View;