Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2369 public void beginDragShared(View child, Point relativeTouchPos, DragSource source, in beginDragShared() argument
2405 if (icon.getIcon().getBounds().contains(relativeTouchPos.x, relativeTouchPos.y)) { in beginDragShared()
2408 dragLayerX = Math.round(mTempXY[0] + relativeTouchPos.x - (bmpWidth / 2)); in beginDragShared()