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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragController.java489 DropTarget dropTarget = findDropTarget(x, y, coordinates);
504 DropTarget dropTarget = findDropTarget(mLastTouch[0], mLastTouch[1], dummyCoordinates);
673 final DropTarget dropTarget = findDropTarget((int) x, (int) y, coordinates);
689 private DropTarget findDropTarget(int x, int y, int[] dropCoordinates) { method in class:DragController
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragController.java485 DropTarget dropTarget = findDropTarget(x, y, coordinates);
500 DropTarget dropTarget = findDropTarget(mLastTouch[0], mLastTouch[1], dummyCoordinates);
670 final DropTarget dropTarget = findDropTarget((int) x, (int) y, coordinates);
686 private DropTarget findDropTarget(int x, int y, int[] dropCoordinates) { method in class:DragController

Completed in 27 milliseconds