Home
last modified time | relevance | path

Searched refs:mCurrentDragView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java157 private View mCurrentDragView; field in ViewGroup
1373 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()
DViewRootImpl.java346 View mCurrentDragView; field in ViewRootImpl
5520 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()