Searched refs:simulatedDndStartPoint (Results 1 – 5 of 5) sorted by relevance
76 if (mOptions.simulatedDndStartPoint != null) { in startDrag()77 mLastTouch.x = mMotionDown.x = mOptions.simulatedDndStartPoint.x; in startDrag()78 mLastTouch.y = mMotionDown.y = mOptions.simulatedDndStartPoint.y; in startDrag()151 if (!mActivity.isTouchInProgress() && options.simulatedDndStartPoint == null) { in startDrag()
38 public Point simulatedDndStartPoint = null; field in DragOptions
71 if (options.simulatedDndStartPoint != null) { in create()
118 options.simulatedDndStartPoint = downPos; in onDragStart()
443 options.simulatedDndStartPoint = new Point(pos.centerX(), pos.centerY()); in beginAccessibleDrag()