Home
last modified time | relevance | path

Searched refs:mLastTouchPos (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DAddItemActivity.java102 private final PointF mLastTouchPos = new PointF(); field in AddItemActivity
201 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()