Searched refs:mCurrentDragView (Results 1 – 2 of 2) sorted by relevance
157 private View mCurrentDragView; field in ViewGroup1373 mCurrentDragView = null; in dispatchDragEvent()1450 if (mCurrentDragView != target) { in dispatchDragEvent()1459 if (mCurrentDragView != null) { in dispatchDragEvent()1460 final View view = mCurrentDragView; in dispatchDragEvent()1471 mCurrentDragView = target; in dispatchDragEvent()1520 if (mCurrentDragView != null) { in dispatchDragEvent()1521 final View view = mCurrentDragView; in dispatchDragEvent()1530 mCurrentDragView = null; in dispatchDragEvent()
346 View mCurrentDragView; field in ViewRootImpl5520 mCurrentDragView = null; // Start the current-recipient tracking in handleDragEvent()5542 final View prevDragView = mCurrentDragView; in handleDragEvent()5548 if (prevDragView != mCurrentDragView) { in handleDragEvent()5553 if (mCurrentDragView != null) { in handleDragEvent()5634 if (mCurrentDragView != newDragTarget) { in setDragFocus()5635 mCurrentDragView = newDragTarget; in setDragFocus()