Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragController.java112 private int mLastTouch[] = new int[2]; field in DragController
496 Math.sqrt(Math.pow(mLastTouch[0] - x, 2) + Math.pow(mLastTouch[1] - y, 2)); in handleMoveEvent()
497 mLastTouch[0] = x; in handleMoveEvent()
498 mLastTouch[1] = y; in handleMoveEvent()
504 DropTarget dropTarget = findDropTarget(mLastTouch[0], mLastTouch[1], dummyCoordinates); in forceTouchMove()
812 checkScrollState(mLastTouch[0], mLastTouch[1]);