Searched refs:mLastTouchPos (Results 1 – 1 of 1) sorted by relevance
102 private final PointF mLastTouchPos = new PointF(); field in AddItemActivity201 mLastTouchPos.set(motionEvent.getX(), motionEvent.getY()); in onTouch()225 appWidgetHostView.getLeft() - (int) (mLastTouchPos.x * appWidgetHostViewScale); in onLongClick()227 appWidgetHostView.getTop() - (int) (mLastTouchPos.y * appWidgetHostViewScale); in onLongClick()237 bounds.offset(img.getLeft() - (int) mLastTouchPos.x, in onLongClick()238 img.getTop() - (int) mLastTouchPos.y); in onLongClick()