Home
last modified time | relevance | path

Searched refs:findDropTarget (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java377 dropTarget = findDropTarget((int) x, (int) y, mCoordinatesTemp); in onDriverDragEnd()
453 DropTarget dropTarget = findDropTarget(x, y, coordinates); in handleMoveEvent()
475 DropTarget dropTarget = findDropTarget(mLastTouch[0], mLastTouch[1], dummyCoordinates); in forceTouchMove()
542 DropTarget dropTarget = findDropTarget(location[0], location[1], coordinates); in completeAccessibleDrag()
592 private DropTarget findDropTarget(int x, int y, int[] dropCoordinates) { in findDropTarget() method in DragController
/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java489 DropTarget dropTarget = findDropTarget(x, y, coordinates); in handleMoveEvent()
504 DropTarget dropTarget = findDropTarget(mLastTouch[0], mLastTouch[1], dummyCoordinates); in forceTouchMove()
673 final DropTarget dropTarget = findDropTarget((int) x, (int) y, coordinates);
689 private DropTarget findDropTarget(int x, int y, int[] dropCoordinates) {