Searched refs:mLastTouch (Results 1 – 1 of 1) sorted by relevance
81 private final Point mLastTouch = new Point(); field in DragController153 mLastTouch.x = mMotionDown.x = mOptions.simulatedDndStartPoint.x; in startDrag()154 mLastTouch.y = mMotionDown.y = mOptions.simulatedDndStartPoint.y; in startDrag()199 dragView.show(mLastTouch.x, mLastTouch.y); in startDrag()208 handleMoveEvent(mLastTouch.x, mLastTouch.y); in startDrag()410 mLastTouch.set(dragLayerPos.x, dragLayerPos.y); in onControllerInterceptTouchEvent()448 mDistanceSinceScroll += Math.hypot(mLastTouch.x - x, mLastTouch.y - y); in handleMoveEvent()449 mLastTouch.set(x, y); in handleMoveEvent()467 DropTarget dropTarget = findDropTarget(mLastTouch.x, mLastTouch.y, dummyCoordinates); in forceTouchMove()