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

/frameworks/base/core/java/android/view/
H A DViewGroup.java153 private View mCurrentDragView; field in class:ViewGroup
1242 mCurrentDragView = null;
1307 if (mCurrentDragView != target) {
1312 if (mCurrentDragView != null) {
1313 final View view = mCurrentDragView;
1319 mCurrentDragView = target;
1356 if (mCurrentDragView != null) {
1357 final View view = mCurrentDragView;
1362 mCurrentDragView = null;
H A DViewRootImpl.java291 View mCurrentDragView; field in class:ViewRootImpl
5150 mCurrentDragView = null; // Start the current-recipient tracking
5172 final View prevDragView = mCurrentDragView;
5178 if (prevDragView != mCurrentDragView) {
5183 if (mCurrentDragView != null) {
5252 if (mCurrentDragView != newDragTarget) {
5253 mCurrentDragView = newDragTarget;

Completed in 590 milliseconds