Searched refs:mLastTouch (Results 1 – 1 of 1) sorted by relevance
112 private int mLastTouch[] = new int[2]; field in DragController496 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]);