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

/frameworks/base/core/java/android/view/
H A DViewGroup.java124 private View mCurrentDragView; field in class:ViewGroup
1111 mCurrentDragView = null;
1174 if (mCurrentDragView != target) {
1179 if (mCurrentDragView != null) {
1180 final View view = mCurrentDragView;
1186 mCurrentDragView = target;
1223 if (mCurrentDragView != null) {
1224 final View view = mCurrentDragView;
1229 mCurrentDragView = null;
H A DViewRootImpl.java293 View mCurrentDragView; field in class:ViewRootImpl
3687 mCurrentDragView = null; // Start the current-recipient tracking
3709 final View prevDragView = mCurrentDragView;
3715 if (prevDragView != mCurrentDragView) {
3720 if (mCurrentDragView != null) {
3786 if (mCurrentDragView != newDragTarget) {
3787 mCurrentDragView = newDragTarget;

Completed in 56 milliseconds