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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsViewTouchHandler.java85 private DropTarget mLastDropTarget; field in class:RecentsViewTouchHandler
192 mLastDropTarget = null;
227 if (mLastDropTarget != null) {
228 if (mLastDropTarget.acceptsDrop((int) evX, (int) evY, width, height,
230 currentDropTarget = mLastDropTarget;
244 if (mLastDropTarget != currentDropTarget) {
245 mLastDropTarget = currentDropTarget;
265 !cancelled ? mLastDropTarget : null));

Completed in 59 milliseconds