Searched refs:dragDetector (Results 1 – 3 of 3) sorted by relevance
52 private lateinit var dragDetector: DragDetector60 dragDetector = DragDetector(eventHandler)61 dragDetector.setTouchSlop(SLOP)74 assertTrue(dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_DOWN)))80 assertTrue(dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_UP)))93 assertFalse(dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_DOWN)))101 dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_MOVE, newX, Y)))119 assertFalse(dragDetector.onMotionEvent(127 assertTrue(dragDetector.onMotionEvent(134 assertTrue(dragDetector.onMotionEvent([all …]
85 void setDragDetector(DragDetector dragDetector) { in setDragDetector() argument86 mDragDetector = dragDetector; in setDragDetector()
137 void setDragDetector(DragDetector dragDetector) { in setDragDetector() argument138 mDragDetector = dragDetector; in setDragDetector()