Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java87 protected DropTarget mLastDropTarget; field in DragController
252 if (mLastDropTarget != null) { in cancelDrag()
369 if (mLastDropTarget != null) { in onDriverDragExitWindow()
371 mLastDropTarget = null; in onDriverDragExitWindow()
475 if (mLastDropTarget != dropTarget) { in checkTouchMove()
476 if (mLastDropTarget != null) { in checkTouchMove()
483 if (mLastDropTarget != null) { in checkTouchMove()
487 mLastDropTarget = dropTarget; in checkTouchMove()
515 if (dropTarget != mLastDropTarget) { in drop()
516 if (mLastDropTarget != null) { in drop()
[all …]
H A DLauncherDragController.java92 mLastDropTarget = null; in startDrag()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragController.java180 mLastDropTarget = null; in startDrag()