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

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

Completed in 93 milliseconds