Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/gesture/
DConsecutiveTapsGestureDetector.java63 int doubleTapSlop = ViewConfiguration.get(this.view.getContext()).getScaledDoubleTapSlop(); in ConsecutiveTapsGestureDetector() local
64 consecutiveTapTouchSlopSquare = doubleTapSlop * doubleTapSlop; in ConsecutiveTapsGestureDetector()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewConfiguration.java65 private int doubleTapSlop; field in ShadowViewConfiguration
83 doubleTapSlop = (int) (density * DOUBLE_TAP_SLOP + 0.5f); in setup()
177 return doubleTapSlop; in getScaledDoubleTapSlop()