Searched defs: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
1108 mCurrentDragView = null;
1171 if (mCurrentDragView != target) {
1176 if (mCurrentDragView != null) {
1177 final View view = mCurrentDragView;
1183 mCurrentDragView = target;
1220 if (mCurrentDragView != null) {
1221 final View view = mCurrentDragView;
1226 mCurrentDragView = null;
H A DViewRootImpl.java284 View mCurrentDragView; field in class:ViewRootImpl
3813 mCurrentDragView = null; // Start the current-recipient tracking
3835 final View prevDragView = mCurrentDragView;
3841 if (prevDragView != mCurrentDragView) {
3846 if (mCurrentDragView != null) {
3912 if (mCurrentDragView != newDragTarget) {
3913 mCurrentDragView = newDragTarget;

Completed in 99 milliseconds