Searched refs:dragDistance (Results 1 – 1 of 1) sorted by relevance
341 val dragDistance = hypot(ev.rawX - touchDown.x, ev.rawY - touchDown.y) in <lambda>() constant342 if (dragDistance > touchSlop) { in <lambda>()