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

/frameworks/base/core/java/android/view/
H A DViewGroup.java156 private View mCurrentDragView; field in class:ViewGroup
1387 mCurrentDragView = null;
1452 if (mCurrentDragView != target) {
1457 if (mCurrentDragView != null) {
1458 final View view = mCurrentDragView;
1464 mCurrentDragView = target;
1501 if (mCurrentDragView != null) {
1502 final View view = mCurrentDragView;
1507 mCurrentDragView = null;
H A DViewRootImpl.java302 View mCurrentDragView; field in class:ViewRootImpl
5257 mCurrentDragView = null; // Start the current-recipient tracking
5279 final View prevDragView = mCurrentDragView;
5285 if (prevDragView != mCurrentDragView) {
5290 if (mCurrentDragView != null) {
5366 if (mCurrentDragView != newDragTarget) {
5367 mCurrentDragView = newDragTarget;

Completed in 46 milliseconds