Searched refs:mLastTouch (Results 1 – 1 of 1) sorted by relevance
94 @Thunk int mLastTouch[] = new int[2]; field in DragController216 mLastTouch[0] = mMotionDownX; in startDrag()217 mLastTouch[1] = mMotionDownY; in startDrag()491 mDistanceSinceScroll += Math.hypot(mLastTouch[0] - x, mLastTouch[1] - y); in handleMoveEvent()492 mLastTouch[0] = x; in handleMoveEvent()493 mLastTouch[1] = y; in handleMoveEvent()521 DropTarget dropTarget = findDropTarget(mLastTouch[0], mLastTouch[1], dummyCoordinates); in forceTouchMove()