Searched refs:findDropTarget (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragController.java | 370 drop(findDropTarget((int) x, (int) y, mCoordinatesTemp), null); in onDriverDragEnd() 426 DropTarget dropTarget = findDropTarget(x, y, coordinates); in handleMoveEvent() 451 DropTarget dropTarget = findDropTarget(mLastTouch.x, mLastTouch.y, placeholderCoordinates); in forceTouchMove() 482 DropTarget dropTarget = findDropTarget(location[0], location[1], coordinates); in completeAccessibleDrag() 534 private DropTarget findDropTarget(int x, int y, int[] dropCoordinates) { in findDropTarget() method in DragController
|