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