Searched refs:consecutiveTapTouchSlopSquare (Results 1 – 1 of 1) sorted by relevance
39 private final int consecutiveTapTouchSlopSquare; field in ConsecutiveTapsGestureDetector64 consecutiveTapTouchSlopSquare = doubleTapSlop * doubleTapSlop; in ConsecutiveTapsGestureDetector()116 return (deltaX * deltaX + deltaY * deltaY <= consecutiveTapTouchSlopSquare) in isConsecutiveTap()