Home
last modified time | relevance | path

Searched refs:consecutiveTapTouchSlopSquare (Results 1 – 1 of 1) sorted by relevance

/external/setupdesign/main/src/com/google/android/setupdesign/gesture/
DConsecutiveTapsGestureDetector.java39 private final int consecutiveTapTouchSlopSquare; field in ConsecutiveTapsGestureDetector
64 consecutiveTapTouchSlopSquare = doubleTapSlop * doubleTapSlop; in ConsecutiveTapsGestureDetector()
116 return (deltaX * deltaX + deltaY * deltaY <= consecutiveTapTouchSlopSquare) in isConsecutiveTap()