Searched defs:mCurrentDragView (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java120 private View mCurrentDragView; field in class:ViewGroup
1012 mCurrentDragView = null;
1075 if (mCurrentDragView != target) {
1080 if (mCurrentDragView != null) {
1081 final View view = mCurrentDragView;
1087 mCurrentDragView = target;
1124 if (mCurrentDragView != null) {
1125 final View view = mCurrentDragView;
1130 mCurrentDragView = null;
H A DViewRootImpl.java270 View mCurrentDragView; field in class:ViewRootImpl
3446 mCurrentDragView = null; // Start the current-recipient tracking
3468 final View prevDragView = mCurrentDragView;
3474 if (prevDragView != mCurrentDragView) {
3479 if (mCurrentDragView != null) {
3537 if (mCurrentDragView != newDragTarget) {
3538 mCurrentDragView = newDragTarget;

Completed in 72 milliseconds