HomeSort by relevance Sort by last modified time
    Searched refs:mLastDropTarget (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsViewTouchHandler.java 85 private DropTarget mLastDropTarget;
193 mLastDropTarget = null;
228 if (mLastDropTarget != null) {
229 if (mLastDropTarget.acceptsDrop((int) evX, (int) evY, width, height,
231 currentDropTarget = mLastDropTarget;
245 if (mLastDropTarget != currentDropTarget) {
246 mLastDropTarget = currentDropTarget;
266 !cancelled ? mLastDropTarget : null));
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 108 private DropTarget mLastDropTarget;
321 if (mLastDropTarget != null) {
322 mLastDropTarget.onDragExit(mDragObject);
441 mLastDropTarget = null;
515 if (mLastDropTarget != dropTarget) {
516 if (mLastDropTarget != null) {
517 mLastDropTarget.onDragExit(mDragObject);
523 if (mLastDropTarget != null) {
524 mLastDropTarget.onDragExit(mDragObject);
527 mLastDropTarget = dropTarget
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragController.java 120 private DropTarget mLastDropTarget;
229 mLastDropTarget = null;
326 if (mLastDropTarget != null) {
327 mLastDropTarget.onDragExit(mDragObject);
424 if (mLastDropTarget != null) {
425 mLastDropTarget.onDragExit(mDragObject);
426 mLastDropTarget = null;
559 if (mLastDropTarget != dropTarget) {
560 if (mLastDropTarget != null) {
561 mLastDropTarget.onDragExit(mDragObject)
    [all...]

Completed in 6054 milliseconds