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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java69 private DropTarget mLastDropTarget; field in class:RecentsViewTouchHandler
176 mLastDropTarget = null;
237 if (mLastDropTarget != null) {
238 if (mLastDropTarget.acceptsDrop((int) evX, (int) evY, width, height,
240 currentDropTarget = mLastDropTarget;
254 if (mLastDropTarget != currentDropTarget) {
255 mLastDropTarget = currentDropTarget;
278 !cancelled ? mLastDropTarget : null));

Completed in 37 milliseconds