Searched refs:mCurrentDragView (Results 1 – 2 of 2) sorted by relevance
914 View mCurrentDragView; field in ViewRootImpl8185 mCurrentDragView = null; // Start the current-recipient tracking in handleDragEvent()8224 final View prevDragView = mCurrentDragView; in handleDragEvent()8241 if (prevDragView != mCurrentDragView) { in handleDragEvent()8246 if (mCurrentDragView != null) { in handleDragEvent()8276 mCurrentDragView = null; in handleDragEvent()8332 if (mCurrentDragView != newDragTarget && !View.sCascadedDragDrop) { in setDragFocus()8344 if (mCurrentDragView != null) { in setDragFocus()8346 mCurrentDragView.callDragEventHandler(event); in setDragFocus()8360 mCurrentDragView = newDragTarget; in setDragFocus()
64722 Landroid/view/ViewRootImpl;->mCurrentDragView:Landroid/view/View;