Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragController.java461 checkTouchMove(x, y); in handleMoveEvent()
469 checkTouchMove(mLastTouch.x, mLastTouch.y); in forceTouchMove()
472 private DropTarget checkTouchMove(final int x, final int y) { in checkTouchMove() method in DragController
499 DropTarget dropTarget = checkTouchMove(location[0], location[1]); in completeAccessibleDrag()