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

/frameworks/base/core/java/android/view/
H A DViewGroup.java148 private View mCurrentDragView; field in class:ViewGroup
1155 mCurrentDragView = null;
1220 if (mCurrentDragView != target) {
1225 if (mCurrentDragView != null) {
1226 final View view = mCurrentDragView;
1232 mCurrentDragView = target;
1269 if (mCurrentDragView != null) {
1270 final View view = mCurrentDragView;
1275 mCurrentDragView = null;
H A DViewRootImpl.java277 View mCurrentDragView; field in class:ViewRootImpl
4931 mCurrentDragView = null; // Start the current-recipient tracking
4953 final View prevDragView = mCurrentDragView;
4959 if (prevDragView != mCurrentDragView) {
4964 if (mCurrentDragView != null) {
5030 if (mCurrentDragView != newDragTarget) {
5031 mCurrentDragView = newDragTarget;

Completed in 306 milliseconds