Searched refs:mLastTouchPos (Results 1 – 1 of 1) sorted by relevance
74 private final PointF mLastTouchPos = new PointF(); field in AddItemActivity133 mLastTouchPos.set(motionEvent.getX(), motionEvent.getY()); in onTouch()149 bounds.offset(img.getLeft() - (int) mLastTouchPos.x, img.getTop() - (int) mLastTouchPos.y); in onLongClick()