Searched refs:simulatedDndStartPoint (Results 1 – 5 of 5) sorted by relevance
81 if (mOptions.simulatedDndStartPoint != null) { in startDrag()82 mLastTouch.x = mMotionDown.x = mOptions.simulatedDndStartPoint.x; in startDrag()83 mLastTouch.y = mMotionDown.y = mOptions.simulatedDndStartPoint.y; in startDrag()156 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()
458 options.simulatedDndStartPoint = new Point(pos.centerX(), pos.centerY()); in beginAccessibleDrag()