Searched refs:relativeTouchPos (Results 1 – 1 of 1) sorted by relevance
2369 public void beginDragShared(View child, Point relativeTouchPos, DragSource source, in beginDragShared() argument2405 if (icon.getIcon().getBounds().contains(relativeTouchPos.x, relativeTouchPos.y)) { in beginDragShared()2408 dragLayerX = Math.round(mTempXY[0] + relativeTouchPos.x - (bmpWidth / 2)); in beginDragShared()