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
3689 mCurrentDragView = null; // Start the current-recipient tracking
3711 final View prevDragView = mCurrentDragView;
3717 if (prevDragView != mCurrentDragView) {
3722 if (mCurrentDragView != null) {
3788 if (mCurrentDragView != newDragTarget) {
3789 mCurrentDragView = newDragTarget;

Completed in 23 milliseconds