Searched refs:dragDistance (Results 1 – 2 of 2) sorted by relevance
73 int dragDistance = 50; in testUpdateDrag_expandedViewMovesUpAndClipped() local76 mController.updateDrag(dragDistance); in testUpdateDrag_expandedViewMovesUpAndClipped()
343 val dragDistance = hypot(ev.rawX - touchDown.x, ev.rawY - touchDown.y) regex344 if (dragDistance > touchSlop) {